SQL (0.3ms) select sqlite_version(*) SQL (0.3ms) CREATE TABLE "schedular_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "dates" varchar(255), "description" text, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) CREATE TABLE "schedular_times" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "value" datetime, "all_day" boolean)  SQL (0.1ms) CREATE TABLE "schedular_events_times" ("time_id" integer, "event_id" integer)  SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  SQL (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) SELECT version FROM "schema_migrations" SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('1') Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:47', '2010-06-29 19:59:47', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 1) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 2) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 3) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 4) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 5) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 6) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 7) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 8) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 9) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 10) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 11) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 12) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 13) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 14) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 15) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 16) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 17) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 18) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 19) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 20) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 21) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 22) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 23) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 24) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 25) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 26) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 27) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 28) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 29) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 30) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 31) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 32) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 33) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 34) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 35) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 36) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 37) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 38) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 39) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 40) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 41) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 42) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 43) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 44) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 45) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 46) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 47) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 48) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 49) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 50) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 51) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 52) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 53) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 54) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 55) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 56) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 57) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 58) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 59) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:47', '2010-06-29 19:59:47', '2 de enero del 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (2, 2) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 3', '2010-06-29 19:59:47', '2010-06-29 19:59:47', '2 de marzo del 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-03-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (3, 60) Schedular::Event Load Including Associations (0.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03')  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 1 )  SQL (0.9ms) DELETE FROM "schedular_events_times" WHERE event_id = 1 AND time_id IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 2 )  SQL (1.0ms) DELETE FROM "schedular_events_times" WHERE event_id = 2 AND time_id IN (2) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 2 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 3 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 3 AND time_id IN (60) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 3 Schedular::Time Load (3.1ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 1 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 1 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 2 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 2 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 3 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 3 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 4 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 4 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 5 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 5 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 6 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 6 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 7 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 7 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 8 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 8 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 9 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 9 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 10 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 10 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 11 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 11 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 12 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 12 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 13 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 13 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 14 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 14 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 15 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 15 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 16 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 16 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 17 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 17 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 18 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 18 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 19 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 19 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 20 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 20 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 21 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 21 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 22 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 22 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 23 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 23 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 24 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 24 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 25 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 25 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 26 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 26 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 27 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 27 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 28 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 28 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 29 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 29 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 30 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 30 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 31 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 31 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 32 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 32 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 33 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 33 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 34 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 34 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 35 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 35 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 36 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 36 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 37 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 37 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 38 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 38 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 39 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 39 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 40 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 40 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 41 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 41 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 42 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 42 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 43 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 43 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 44 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 44 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 45 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 45 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 46 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 46 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 47 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 47 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 48 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 48 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 49 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 49 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 50 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 50 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 51 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 51 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 52 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 52 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 53 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 53 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 54 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 54 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 55 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 55 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 56 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 56 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 57 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 57 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 58 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 58 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 59 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 59 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 60 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 60 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:47', '2010-06-29 19:59:47', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 61) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 62) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 63) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 64) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 65) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 66) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 67) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 68) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 69) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 70) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 71) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 72) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 73) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 74) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 75) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 76) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 77) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 78) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 79) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 80) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 81) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 82) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 83) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 84) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 85) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 86) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 87) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 88) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 89) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 90) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 91) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 92) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 93) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 94) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 95) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 96) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 97) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 98) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 99) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 100) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 101) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 102) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 103) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 104) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 105) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 106) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 107) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 108) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 109) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 110) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 111) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 112) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 113) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 114) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 115) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 116) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 117) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 118) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 119) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:47', '2010-06-29 19:59:47', '2 de enero del 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (5, 62) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 3', '2010-06-29 19:59:47', '2010-06-29 19:59:47', '2 de marzo del 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-03-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (6, 120) Schedular::Event Load Including Associations (3.5ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 4 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 4 AND time_id IN (61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 4 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 5 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 5 AND time_id IN (62) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 5 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 6 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 6 AND time_id IN (120) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 6 Schedular::Time Load (3.0ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 61 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 61 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 62 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 62 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 63 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 63 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 64 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 64 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 65 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 65 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 66 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 66 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 67 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 67 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 68 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 68 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 69 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 69 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 70 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 70 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 71 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 71 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 72 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 72 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 73 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 73 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 74 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 74 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 75 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 75 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 76 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 76 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 77 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 77 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 78 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 78 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 79 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 79 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 80 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 80 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 81 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 81 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 82 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 82 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 83 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 83 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 84 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 84 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 85 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 85 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 86 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 86 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 87 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 87 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 88 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 88 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 89 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 89 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 90 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 90 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 91 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 91 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 92 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 92 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 93 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 93 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 94 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 94 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 95 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 95 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 96 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 96 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 97 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 97 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 98 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 98 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 99 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 99 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 100 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 100 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 101 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 101 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 102 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 102 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 103 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 103 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 104 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 104 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 105 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 105 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 106 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 106 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 107 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 107 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 108 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 108 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 109 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 109 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 110 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 110 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 111 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 111 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 112 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 112 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 113 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 113 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 114 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 114 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 115 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 115 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 116 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 116 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 117 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 117 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 118 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 118 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 119 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 119 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 120 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 120 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:48', '2010-06-29 19:59:48', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 121) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 122) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 123) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 124) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 125) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 126) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 127) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 128) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 129) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 130) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 131) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 132) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 133) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 134) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 135) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 136) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 137) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 138) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 139) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 140) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 141) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 142) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 143) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 144) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 145) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 146) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 147) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 148) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 149) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 150) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 151) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 152) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 153) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 154) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 155) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 156) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 157) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 158) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 159) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 160) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 161) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 162) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 163) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 164) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 165) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 166) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 167) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 168) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 169) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 170) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 171) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 172) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 173) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 174) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 175) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 176) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 177) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 178) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 179) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:48', '2010-06-29 19:59:48', '2 de enero del 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (8, 122) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 3', '2010-06-29 19:59:48', '2010-06-29 19:59:48', '2 de marzo del 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-03-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (9, 180) Schedular::Event Load Including Associations (0.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03')  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 7 )  SQL (0.7ms) DELETE FROM "schedular_events_times" WHERE event_id = 7 AND time_id IN (121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 7 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 8 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 8 AND time_id IN (122) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 8 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 9 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 9 AND time_id IN (180) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 9 Schedular::Time Load (3.2ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 121 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 121 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 122 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 122 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 123 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 123 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 124 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 124 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 125 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 125 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 126 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 126 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 127 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 127 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 128 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 128 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 129 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 129 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 130 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 130 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 131 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 131 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 132 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 132 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 133 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 133 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 134 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 134 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 135 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 135 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 136 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 136 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 137 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 137 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 138 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 138 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 139 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 139 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 140 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 140 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 141 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 141 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 142 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 142 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 143 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 143 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 144 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 144 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 145 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 145 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 146 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 146 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 147 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 147 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 148 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 148 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 149 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 149 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 150 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 150 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 151 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 151 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 152 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 152 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 153 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 153 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 154 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 154 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 155 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 155 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 156 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 156 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 157 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 157 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 158 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 158 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 159 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 159 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 160 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 160 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 161 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 161 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 162 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 162 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 163 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 163 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 164 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 164 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 165 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 165 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 166 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 166 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 167 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 167 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 168 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 168 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 169 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 169 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 170 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 170 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 171 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 171 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 172 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 172 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 173 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 173 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 174 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 174 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 175 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 175 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 176 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 176 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 177 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 177 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 178 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 178 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 179 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 179 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 180 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 180 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:48', '2010-06-29 19:59:48', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 181) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 182) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 183) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 184) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 185) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 186) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 187) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 188) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 189) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 190) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 191) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 192) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 193) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 194) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 195) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 196) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 197) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 198) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 199) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 200) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 201) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 202) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 203) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 204) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 205) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 206) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 207) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 208) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 209) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 210) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 211) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 212) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 213) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 214) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 215) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 216) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 217) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 218) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 219) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 220) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 221) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 222) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 223) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 224) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 225) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 226) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 227) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 228) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 229) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 230) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 231) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 232) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 233) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 234) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 235) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 236) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 237) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 238) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 239) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:48', '2010-06-29 19:59:48', '2 de enero del 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (11, 182) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 3', '2010-06-29 19:59:48', '2010-06-29 19:59:48', '2 de marzo del 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-03-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (12, 240) Schedular::Event Load Including Associations (3.7ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Schedular::Event Load (0.4ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 10 )  SQL (0.7ms) DELETE FROM "schedular_events_times" WHERE event_id = 10 AND time_id IN (181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 10 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 11 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 11 AND time_id IN (182) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 11 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 12 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 12 AND time_id IN (240) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 12 Schedular::Time Load (3.2ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 181 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 181 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 182 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 182 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 183 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 183 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 184 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 184 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 185 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 185 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 186 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 186 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 187 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 187 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 188 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 188 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 189 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 189 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 190 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 190 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 191 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 191 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 192 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 192 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 193 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 193 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 194 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 194 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 195 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 195 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 196 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 196 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 197 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 197 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 198 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 198 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 199 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 199 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 200 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 200 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 201 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 201 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 202 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 202 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 203 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 203 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 204 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 204 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 205 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 205 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 206 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 206 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 207 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 207 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 208 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 208 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 209 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 209 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 210 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 210 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 211 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 211 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 212 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 212 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 213 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 213 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 214 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 214 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 215 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 215 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 216 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 216 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 217 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 217 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 218 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 218 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 219 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 219 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 220 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 220 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 221 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 221 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 222 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 222 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 223 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 223 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 224 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 224 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 225 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 225 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 226 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 226 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 227 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 227 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 228 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 228 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 229 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 229 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 230 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 230 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 231 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 231 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 232 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 232 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 233 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 233 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 234 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 234 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 235 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 235 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 236 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 236 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 237 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 237 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 238 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 238 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 239 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 239 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 240 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 240 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:49', '2010-06-29 19:59:49', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 241) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 242) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 243) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 244) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 245) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 246) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 247) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 248) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 249) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 250) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 251) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 252) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 253) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 254) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 255) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 256) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 257) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 258) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 259) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 260) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 261) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 262) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 263) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 264) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 265) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 266) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 267) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 268) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 269) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 270) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 271) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 272) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 273) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 274) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 275) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 276) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 277) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 278) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 279) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 280) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 281) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 282) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 283) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 284) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 285) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 286) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 287) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 288) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 289) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 290) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 291) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 292) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 293) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 294) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 295) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 296) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 297) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 298) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 299) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:49', '2010-06-29 19:59:49', '2 de enero del 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (14, 242) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 3', '2010-06-29 19:59:49', '2010-06-29 19:59:49', '2 de marzo del 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-03-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (15, 300) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Event Load (0.4ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.4ms) SELECT "schedular_times".*, t0.event_id as the_parent_record_id FROM "schedular_times" INNER JOIN "schedular_events_times" t0 ON "schedular_times".id = t0.time_id WHERE (t0.event_id IN (13,14,15))  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 13 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 13 AND time_id IN (241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 13 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 14 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 14 AND time_id IN (242) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 14 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 15 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 15 AND time_id IN (300) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 15 Schedular::Time Load (3.1ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 241 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 241 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 242 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 242 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 243 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 243 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 244 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 244 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 245 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 245 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 246 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 246 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 247 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 247 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 248 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 248 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 249 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 249 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 250 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 250 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 251 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 251 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 252 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 252 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 253 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 253 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 254 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 254 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 255 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 255 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 256 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 256 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 257 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 257 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 258 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 258 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 259 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 259 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 260 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 260 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 261 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 261 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 262 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 262 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 263 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 263 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 264 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 264 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 265 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 265 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 266 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 266 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 267 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 267 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 268 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 268 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 269 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 269 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 270 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 270 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 271 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 271 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 272 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 272 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 273 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 273 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 274 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 274 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 275 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 275 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 276 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 276 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 277 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 277 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 278 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 278 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 279 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 279 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 280 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 280 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 281 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 281 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 282 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 282 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 283 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 283 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 284 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 284 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 285 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 285 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 286 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 286 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 287 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 287 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 288 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 288 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 289 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 289 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 290 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 290 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 291 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 291 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 292 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 292 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 293 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 293 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 294 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 294 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 295 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 295 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 296 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 296 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 297 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 297 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 298 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 298 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 299 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 299 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 300 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 300 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:49', '2010-06-29 19:59:49', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 301) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 302) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 303) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 304) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 305) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 306) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 307) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 308) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 309) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 310) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 311) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 312) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 313) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 314) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 315) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 316) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 317) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 318) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 319) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 320) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 321) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 322) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 323) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 324) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 325) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 326) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 327) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 328) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 329) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 330) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 331) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 332) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 333) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 334) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 335) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 336) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 337) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 338) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 339) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 340) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 341) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 342) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 343) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 344) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 345) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 346) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 347) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 348) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 349) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 350) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 351) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 352) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 353) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 354) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 355) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 356) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 357) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 358) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 359) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:49', '2010-06-29 19:59:49', '2 de enero del 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (17, 302) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 3', '2010-06-29 19:59:49', '2010-06-29 19:59:49', '2 de marzo del 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-03-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (18, 360) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_times"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.6ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 16 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 16 AND time_id IN (301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 16 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 17 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 17 AND time_id IN (302) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 17 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 18 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 18 AND time_id IN (360) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 18 Schedular::Time Load (3.1ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 301 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 301 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 302 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 302 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 303 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 303 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 304 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 304 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 305 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 305 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 306 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 306 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 307 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 307 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 308 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 308 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 309 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 309 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 310 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 310 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 311 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 311 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 312 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 312 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 313 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 313 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 314 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 314 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 315 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 315 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 316 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 316 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 317 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 317 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 318 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 318 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 319 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 319 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 320 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 320 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 321 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 321 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 322 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 322 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 323 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 323 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 324 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 324 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 325 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 325 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 326 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 326 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 327 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 327 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 328 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 328 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 329 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 329 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 330 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 330 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 331 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 331 Schedular::Event Load (67.4ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 332 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 332 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 333 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 333 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 334 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 334 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 335 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 335 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 336 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 336 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 337 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 337 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 338 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 338 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 339 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 339 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 340 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 340 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 341 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 341 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 342 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 342 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 343 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 343 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 344 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 344 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 345 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 345 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 346 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 346 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 347 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 347 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 348 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 348 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 349 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 349 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 350 )  Schedular::Time Destroy (0.2ms) DELETE FROM "schedular_times" WHERE "id" = 350 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 351 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 351 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 352 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 352 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 353 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 353 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 354 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 354 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 355 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 355 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 356 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 356 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 357 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 357 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 358 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 358 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 359 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 359 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 360 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 360 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-02 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-03 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-04 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-05 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-06 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-07 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-08 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-09 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-10 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-11 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-12 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-13 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-14 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-15 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-16 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-17 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-18 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-19 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-20 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-21 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-22 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-23 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-24 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-25 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-26 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-27 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-28 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-29 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-30 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-31 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-02 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-03 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-04 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-05 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-06 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-07 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-08 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-09 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-10 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-11 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-12 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-13 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-14 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-15 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-16 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-17 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-18 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-19 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-20 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-21 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-22 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-23 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-24 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-25 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-26 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-27 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-28 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-29 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-30 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-31 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-02 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-03 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-04 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-05 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-06 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-07 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-08 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-09 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-10 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-11 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-12 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-13 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-14 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-15 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-16 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-17 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-18 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-19 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-20 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-21 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-22 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-23 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-24 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-25 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-26 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-27 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-28 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-29 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-30 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-31 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-02 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-03 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-04 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-05 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-06 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-07 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-08 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-09 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-10 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-11 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-12 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-13 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-14 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-15 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-16 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-17 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-18 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-19 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-20 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-21 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-22 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-23 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-24 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-25 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-26 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-27 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-28 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-29 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-30 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-31 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:50', '2010-06-29 19:59:50', 'enero 2010 a las 13:00', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 361) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 362) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 363) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 364) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 365) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 366) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 367) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 368) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 369) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 370) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 371) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 372) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 373) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 374) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 375) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 376) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 377) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 378) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 379) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 380) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 381) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 382) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 383) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 384) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 385) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 386) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 387) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 388) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 389) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 390) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 391) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_times"  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-02 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-03 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-04 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-05 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-06 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-07 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-08 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-09 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-10 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-11 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-12 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-13 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-14 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-15 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-16 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-17 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-18 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-19 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-20 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-21 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-22 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-23 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-24 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-25 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-26 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-27 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-28 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-29 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-30 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-31 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:50', '2010-06-29 19:59:50', 'enero 2010 a las 13:00', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 361) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 362) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 363) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 364) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 365) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 366) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 367) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 368) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 369) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 370) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 371) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 372) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 373) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 374) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 375) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 376) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 377) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 378) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 379) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 380) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 381) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 382) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 383) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 384) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 385) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 386) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 387) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 388) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 389) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 390) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 391) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_times"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 19 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 19 AND time_id IN (361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 19 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 20 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 20 AND time_id IN (361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 20 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 361 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 361 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 362 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 362 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 363 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 363 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 364 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 364 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 365 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 365 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 366 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 366 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 367 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 367 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 368 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 368 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 369 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 369 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 370 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 370 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 371 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 371 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 372 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 372 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 373 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 373 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 374 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 374 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 375 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 375 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 376 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 376 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 377 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 377 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 378 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 378 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 379 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 379 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 380 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 380 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 381 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 381 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 382 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 382 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 383 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 383 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 384 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 384 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 385 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 385 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 386 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 386 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 387 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 387 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 388 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 388 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 389 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 389 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 390 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 390 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 391 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 391 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:50', '2010-06-29 19:59:50', 'enero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 392) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 393) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 394) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 395) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 396) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 397) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 398) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 399) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 400) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 401) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 402) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 403) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 404) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 405) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 406) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 407) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 408) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 409) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 410) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 411) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 412) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 413) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 414) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 415) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 416) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 417) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 418) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 419) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 420) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 421) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 422) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_times"  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:50', '2010-06-29 19:59:50', 'enero 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 392) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 393) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 394) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 395) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 396) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 397) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 398) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 399) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 400) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 401) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 402) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 403) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 404) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 405) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 406) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 407) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 408) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 409) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 410) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 411) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 412) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 413) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 414) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 415) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 416) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 417) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 418) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 419) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 420) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 421) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 422) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_times"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:51', '2010-06-29 19:59:51', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:51', '2010-06-29 19:59:51', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.2ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy to json (for 0.0.0.0 at 2010-06-29 14:59:51) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Completed in 12ms (View: 0, DB: 399) | 200 OK [http://test.host/schedular/events/destroy/23?format=json] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:51', '2010-06-29 19:59:51', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:51', '2010-06-29 19:59:51', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy to json (for 0.0.0.0 at 2010-06-29 14:59:51) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Completed in 10ms (View: 0, DB: 24) | 200 OK [http://test.host/schedular/events/destroy/23?format=json] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:51', '2010-06-29 19:59:51', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:51', '2010-06-29 19:59:51', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy to json (for 0.0.0.0 at 2010-06-29 14:59:51) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Completed in 10ms (View: 0, DB: 24) | 200 OK [http://test.host/schedular/events/destroy/23?format=json] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:51', '2010-06-29 19:59:51', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:51', '2010-06-29 19:59:51', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy (for 0.0.0.0 at 2010-06-29 14:59:51) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:52', '2010-06-29 19:59:52', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:52', '2010-06-29 19:59:52', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy (for 0.0.0.0 at 2010-06-29 14:59:52) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:52', '2010-06-29 19:59:52', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:52', '2010-06-29 19:59:52', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy (for 0.0.0.0 at 2010-06-29 14:59:52) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.8ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:52', '2010-06-29 19:59:52', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:52', '2010-06-29 19:59:52', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy to xml (for 0.0.0.0 at 2010-06-29 14:59:52) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Completed in 10ms (View: 0, DB: 95) | 200 OK [http://test.host/schedular/events/destroy/23?format=xml] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:52', '2010-06-29 19:59:52', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:52', '2010-06-29 19:59:52', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy to xml (for 0.0.0.0 at 2010-06-29 14:59:52) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Completed in 10ms (View: 0, DB: 24) | 200 OK [http://test.host/schedular/events/destroy/23?format=xml] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:52', '2010-06-29 19:59:52', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:53', '2010-06-29 19:59:53', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy to xml (for 0.0.0.0 at 2010-06-29 14:59:53) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Completed in 10ms (View: 0, DB: 24) | 200 OK [http://test.host/schedular/events/destroy/23?format=xml] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:53', '2010-06-29 19:59:53', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:53', '2010-06-29 19:59:53', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#edit (for 0.0.0.0 at 2010-06-29 14:59:53) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:53', '2010-06-29 19:59:53', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:53', '2010-06-29 19:59:53', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#edit (for 0.0.0.0 at 2010-06-29 14:59:53) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:53', '2010-06-29 19:59:53', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:53', '2010-06-29 19:59:53', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 14:59:53) [GET] Parameters: {"year"=>"2009"} Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:53', '2010-06-29 19:59:53', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:53', '2010-06-29 19:59:53', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 14:59:53) [GET] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:54', '2010-06-29 19:59:54', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:54', '2010-06-29 19:59:54', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to json (for 0.0.0.0 at 2010-06-29 14:59:54) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (0.3ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 4ms (View: 3, DB: 63) | 200 OK [http://test.host/schedular/events?day=1&format=json&month=2&year=2010] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:54', '2010-06-29 19:59:54', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:54', '2010-06-29 19:59:54', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to json (for 0.0.0.0 at 2010-06-29 14:59:54) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (0.3ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 4ms (View: 3, DB: 21) | 200 OK [http://test.host/schedular/events?day=1&format=json&month=2&year=2010] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:54', '2010-06-29 19:59:54', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:54', '2010-06-29 19:59:54', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to json (for 0.0.0.0 at 2010-06-29 14:59:54) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (0.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 4ms (View: 3, DB: 21) | 200 OK [http://test.host/schedular/events?day=1&format=json&month=2&year=2010] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:54', '2010-06-29 19:59:54', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:54', '2010-06-29 19:59:54', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to json (for 0.0.0.0 at 2010-06-29 14:59:54) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (3.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 10ms (View: 6, DB: 24) | 200 OK [http://test.host/schedular/events?format=json&month=1&year=2010] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.2ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:54', '2010-06-29 19:59:54', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:55', '2010-06-29 19:59:55', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to json (for 0.0.0.0 at 2010-06-29 14:59:55) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (3.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 10ms (View: 6, DB: 24) | 200 OK [http://test.host/schedular/events?format=json&month=1&year=2010] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:55', '2010-06-29 19:59:55', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:55', '2010-06-29 19:59:55', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to json (for 0.0.0.0 at 2010-06-29 14:59:55) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (3.5ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 10ms (View: 6, DB: 24) | 200 OK [http://test.host/schedular/events?format=json&month=1&year=2010] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:55', '2010-06-29 19:59:55', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:55', '2010-06-29 19:59:55', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 14:59:55) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:55', '2010-06-29 19:59:55', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:55', '2010-06-29 19:59:55', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 14:59:55) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:55', '2010-06-29 19:59:55', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:55', '2010-06-29 19:59:55', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 14:59:55) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.8ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:56', '2010-06-29 19:59:56', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:56', '2010-06-29 19:59:56', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 14:59:56) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:56', '2010-06-29 19:59:56', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:56', '2010-06-29 19:59:56', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 14:59:56) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:56', '2010-06-29 19:59:56', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:56', '2010-06-29 19:59:56', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 14:59:56) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:56', '2010-06-29 19:59:56', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:56', '2010-06-29 19:59:56', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to xml (for 0.0.0.0 at 2010-06-29 14:59:56) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (0.3ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 5ms (View: 4, DB: 21) | 200 OK [http://test.host/schedular/events?day=1&format=xml&month=2&year=2010] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (55.4ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:57', '2010-06-29 19:59:57', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:57', '2010-06-29 19:59:57', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to xml (for 0.0.0.0 at 2010-06-29 14:59:57) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (0.3ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 5ms (View: 4, DB: 77) | 200 OK [http://test.host/schedular/events?day=1&format=xml&month=2&year=2010] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:57', '2010-06-29 19:59:57', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:57', '2010-06-29 19:59:57', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to xml (for 0.0.0.0 at 2010-06-29 14:59:57) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (0.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 6ms (View: 4, DB: 21) | 200 OK [http://test.host/schedular/events?day=1&format=xml&month=2&year=2010] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.8ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:57', '2010-06-29 19:59:57', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:57', '2010-06-29 19:59:57', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to xml (for 0.0.0.0 at 2010-06-29 14:59:57) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (3.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 11ms (View: 7, DB: 24) | 200 OK [http://test.host/schedular/events?format=xml&month=1&year=2010] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:57', '2010-06-29 19:59:57', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:57', '2010-06-29 19:59:57', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to xml (for 0.0.0.0 at 2010-06-29 14:59:57) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (3.5ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 11ms (View: 7, DB: 24) | 200 OK [http://test.host/schedular/events?format=xml&month=1&year=2010] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:57', '2010-06-29 19:59:57', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:57', '2010-06-29 19:59:57', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to xml (for 0.0.0.0 at 2010-06-29 14:59:57) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (3.5ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 86ms (View: 81, DB: 24) | 200 OK [http://test.host/schedular/events?format=xml&month=1&year=2010] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:58', '2010-06-29 19:59:58', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:58', '2010-06-29 19:59:58', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to json (for 0.0.0.0 at 2010-06-29 14:59:58) [GET] Completed in 1ms (View: 1, DB: 21) | 200 OK [http://test.host/schedular/events/new?format=json] Schedular::Event Load (0.7ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:58', '2010-06-29 19:59:58', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:58', '2010-06-29 19:59:58', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to json (for 0.0.0.0 at 2010-06-29 14:59:58) [GET] Completed in 1ms (View: 1, DB: 21) | 200 OK [http://test.host/schedular/events/new?format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:58', '2010-06-29 19:59:58', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:58', '2010-06-29 19:59:58', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to json (for 0.0.0.0 at 2010-06-29 14:59:58) [GET] Completed in 1ms (View: 1, DB: 21) | 200 OK [http://test.host/schedular/events/new?format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:58', '2010-06-29 19:59:58', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:58', '2010-06-29 19:59:58', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to json (for 0.0.0.0 at 2010-06-29 14:59:58) [GET] Completed in 1ms (View: 1, DB: 21) | 200 OK [http://test.host/schedular/events/new?format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:58', '2010-06-29 19:59:58', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:59', '2010-06-29 19:59:59', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new (for 0.0.0.0 at 2010-06-29 14:59:59) [GET] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:59', '2010-06-29 19:59:59', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:59', '2010-06-29 19:59:59', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new (for 0.0.0.0 at 2010-06-29 14:59:59) [GET] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:59', '2010-06-29 19:59:59', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:59', '2010-06-29 19:59:59', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new (for 0.0.0.0 at 2010-06-29 14:59:59) [GET] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:59', '2010-06-29 19:59:59', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:59', '2010-06-29 19:59:59', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new (for 0.0.0.0 at 2010-06-29 14:59:59) [GET] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 19:59:59', '2010-06-29 19:59:59', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 19:59:59', '2010-06-29 19:59:59', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to xml (for 0.0.0.0 at 2010-06-29 14:59:59) [GET] Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/schedular/events/new?format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:00', '2010-06-29 20:00:00', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:00', '2010-06-29 20:00:00', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to xml (for 0.0.0.0 at 2010-06-29 15:00:00) [GET] Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/schedular/events/new?format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.8ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:00', '2010-06-29 20:00:00', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:00', '2010-06-29 20:00:00', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to xml (for 0.0.0.0 at 2010-06-29 15:00:00) [GET] Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/schedular/events/new?format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:00', '2010-06-29 20:00:00', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:00', '2010-06-29 20:00:00', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to xml (for 0.0.0.0 at 2010-06-29 15:00:00) [GET] Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/schedular/events/new?format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:00', '2010-06-29 20:00:00', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:00', '2010-06-29 20:00:00', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show to json (for 0.0.0.0 at 2010-06-29 15:00:00) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/schedular/events/show/23?format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:00', '2010-06-29 20:00:00', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:01', '2010-06-29 20:00:01', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show to json (for 0.0.0.0 at 2010-06-29 15:00:01) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/schedular/events/show/23?format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.4ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:01', '2010-06-29 20:00:01', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:01', '2010-06-29 20:00:01', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show to json (for 0.0.0.0 at 2010-06-29 15:00:01) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/schedular/events/show/23?format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:01', '2010-06-29 20:00:01', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:01', '2010-06-29 20:00:01', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show (for 0.0.0.0 at 2010-06-29 15:00:01) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.7ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:01', '2010-06-29 20:00:01', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:01', '2010-06-29 20:00:01', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show (for 0.0.0.0 at 2010-06-29 15:00:01) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:01', '2010-06-29 20:00:01', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:01', '2010-06-29 20:00:01', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show (for 0.0.0.0 at 2010-06-29 15:00:01) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:02', '2010-06-29 20:00:02', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:02', '2010-06-29 20:00:02', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show to xml (for 0.0.0.0 at 2010-06-29 15:00:02) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Completed in 3ms (View: 2, DB: 21) | 200 OK [http://test.host/schedular/events/show/23?format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (79.0ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:02', '2010-06-29 20:00:02', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:02', '2010-06-29 20:00:02', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show to xml (for 0.0.0.0 at 2010-06-29 15:00:02) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Completed in 3ms (View: 2, DB: 98) | 200 OK [http://test.host/schedular/events/show/23?format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:02', '2010-06-29 20:00:02', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:02', '2010-06-29 20:00:02', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show to xml (for 0.0.0.0 at 2010-06-29 15:00:02) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Completed in 3ms (View: 2, DB: 21) | 200 OK [http://test.host/schedular/events/show/23?format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:02', '2010-06-29 20:00:02', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:02', '2010-06-29 20:00:02', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:00:02) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 134ms (View: 4, DB: 26) | 422 Unprocessable Entity [http://test.host/schedular/events/create?event%5Bdates%5D=enero&event%5Bname%5D=&format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:03', '2010-06-29 20:00:03', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:03', '2010-06-29 20:00:03', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:00:03) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 54ms (View: 1, DB: 26) | 422 Unprocessable Entity [http://test.host/schedular/events/create?event%5Bdates%5D=enero&event%5Bname%5D=&format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:03', '2010-06-29 20:00:03', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:03', '2010-06-29 20:00:03', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:00:03) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 54ms (View: 1, DB: 26) | 422 Unprocessable Entity [http://test.host/schedular/events/create?event%5Bdates%5D=enero&event%5Bname%5D=&format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:03', '2010-06-29 20:00:03', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:03', '2010-06-29 20:00:03', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:00:03) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 53ms (View: 1, DB: 26) | 422 Unprocessable Entity [http://test.host/schedular/events/create?event%5Bdates%5D=enero&event%5Bname%5D=&format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:03', '2010-06-29 20:00:03', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:04', '2010-06-29 20:00:04', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:00:04) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 55ms (View: 1, DB: 26) | 422 Unprocessable Entity [http://test.host/schedular/events/create?event%5Bdates%5D=enero&event%5Bname%5D=&format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:04', '2010-06-29 20:00:04', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:04', '2010-06-29 20:00:04', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:00:04) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:04', '2010-06-29 20:00:04', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:04', '2010-06-29 20:00:04', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:04', '2010-06-29 20:00:04', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:00:04) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:04', '2010-06-29 20:00:04', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.2ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:04', '2010-06-29 20:00:04', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:04', '2010-06-29 20:00:04', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:00:04) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:04', '2010-06-29 20:00:04', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (80.8ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:05', '2010-06-29 20:00:05', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:05', '2010-06-29 20:00:05', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:00:05) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:05', '2010-06-29 20:00:05', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:05', '2010-06-29 20:00:05', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:05', '2010-06-29 20:00:05', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:00:05) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:05', '2010-06-29 20:00:05', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:05', '2010-06-29 20:00:05', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:05', '2010-06-29 20:00:05', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:00:05) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:06', '2010-06-29 20:00:06', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:06', '2010-06-29 20:00:06', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:00:06) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:06', '2010-06-29 20:00:06', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:06', '2010-06-29 20:00:06', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:00:06) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:06', '2010-06-29 20:00:06', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:06', '2010-06-29 20:00:06', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:00:06) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:06', '2010-06-29 20:00:06', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:07', '2010-06-29 20:00:07', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:00:07) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:07', '2010-06-29 20:00:07', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:07', '2010-06-29 20:00:07', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:07', '2010-06-29 20:00:07', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:00:07) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:07', '2010-06-29 20:00:07', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:07', '2010-06-29 20:00:07', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:07', '2010-06-29 20:00:07', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:00:07) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:07', '2010-06-29 20:00:07', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:07', '2010-06-29 20:00:07', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:08', '2010-06-29 20:00:08', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:00:08) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:08', '2010-06-29 20:00:08', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:08', '2010-06-29 20:00:08', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:08', '2010-06-29 20:00:08', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:00:08) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:08', '2010-06-29 20:00:08', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:08', '2010-06-29 20:00:08', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.2ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:08', '2010-06-29 20:00:08', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:00:08) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 139ms (View: 3, DB: 168) | 422 Unprocessable Entity [http://test.host/schedular/events/create?event%5Bdates%5D=enero&event%5Bname%5D=&format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:08', '2010-06-29 20:00:08', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:08', '2010-06-29 20:00:08', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:00:08) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 54ms (View: 2, DB: 26) | 422 Unprocessable Entity [http://test.host/schedular/events/create?event%5Bdates%5D=enero&event%5Bname%5D=&format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:09', '2010-06-29 20:00:09', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:09', '2010-06-29 20:00:09', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:00:09) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 55ms (View: 3, DB: 26) | 422 Unprocessable Entity [http://test.host/schedular/events/create?event%5Bdates%5D=enero&event%5Bname%5D=&format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:09', '2010-06-29 20:00:09', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:09', '2010-06-29 20:00:09', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:00:09) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 55ms (View: 3, DB: 26) | 422 Unprocessable Entity [http://test.host/schedular/events/create?event%5Bdates%5D=enero&event%5Bname%5D=&format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:09', '2010-06-29 20:00:09', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:09', '2010-06-29 20:00:09', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:00:09) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 56ms (View: 3, DB: 26) | 422 Unprocessable Entity [http://test.host/schedular/events/create?event%5Bdates%5D=enero&event%5Bname%5D=&format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:10', '2010-06-29 20:00:10', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:10', '2010-06-29 20:00:10', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:00:10) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:10', '2010-06-29 20:00:10', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:10', '2010-06-29 20:00:10', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:10', '2010-06-29 20:00:10', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:00:10) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:10', '2010-06-29 20:00:10', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:10', '2010-06-29 20:00:10', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:10', '2010-06-29 20:00:10', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:00:10) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:10', '2010-06-29 20:00:10', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:11', '2010-06-29 20:00:11', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:11', '2010-06-29 20:00:11', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:00:11) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:11', '2010-06-29 20:00:11', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:11', '2010-06-29 20:00:11', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:11', '2010-06-29 20:00:11', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:00:11) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:00:11', '2010-06-29 20:00:11', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:11', '2010-06-29 20:00:11', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:11', '2010-06-29 20:00:11', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:00:11) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 114ms (View: 1, DB: 31) | 422 Unprocessable Entity [http://test.host/schedular/events/update/23?event%5Bdates%5D=febrero&event%5Bname%5D=&format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.2ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:12', '2010-06-29 20:00:12', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:12', '2010-06-29 20:00:12', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:00:12) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 113ms (View: 1, DB: 31) | 422 Unprocessable Entity [http://test.host/schedular/events/update/23?event%5Bdates%5D=febrero&event%5Bname%5D=&format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.8ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:12', '2010-06-29 20:00:12', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:12', '2010-06-29 20:00:12', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:00:12) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 199ms (View: 1, DB: 31) | 422 Unprocessable Entity [http://test.host/schedular/events/update/23?event%5Bdates%5D=febrero&event%5Bname%5D=&format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:12', '2010-06-29 20:00:12', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:12', '2010-06-29 20:00:12', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:00:12) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 200ms (View: 1, DB: 31) | 422 Unprocessable Entity [http://test.host/schedular/events/update/23?event%5Bdates%5D=febrero&event%5Bname%5D=&format=json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:13', '2010-06-29 20:00:13', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:13', '2010-06-29 20:00:13', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:00:13) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.2ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:00:13', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:13', '2010-06-29 20:00:13', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:13', '2010-06-29 20:00:13', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:00:13) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:00:13', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:14', '2010-06-29 20:00:14', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:14', '2010-06-29 20:00:14', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:00:14) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:00:14', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:14', '2010-06-29 20:00:14', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:14', '2010-06-29 20:00:14', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:00:14) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:00:14', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:14', '2010-06-29 20:00:14', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:14', '2010-06-29 20:00:14', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:00:14) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:15', '2010-06-29 20:00:15', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:15', '2010-06-29 20:00:15', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:00:15) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:15', '2010-06-29 20:00:15', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:15', '2010-06-29 20:00:15', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:00:15) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:15', '2010-06-29 20:00:15', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:16', '2010-06-29 20:00:16', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:00:16) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:00:16', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.3ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:16', '2010-06-29 20:00:16', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:16', '2010-06-29 20:00:16', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:00:16) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:00:16', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:16', '2010-06-29 20:00:16', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:16', '2010-06-29 20:00:16', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:00:16) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:00:16', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:17', '2010-06-29 20:00:17', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:17', '2010-06-29 20:00:17', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:00:17) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:00:17', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:17', '2010-06-29 20:00:17', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:17', '2010-06-29 20:00:17', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:00:17) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 202ms (View: 91, DB: 154) | 422 Unprocessable Entity [http://test.host/schedular/events/update/23?event%5Bdates%5D=febrero&event%5Bname%5D=&format=xml] Schedular::Event Load (0.4ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:17', '2010-06-29 20:00:17', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:17', '2010-06-29 20:00:17', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:00:17) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 204ms (View: 3, DB: 31) | 422 Unprocessable Entity [http://test.host/schedular/events/update/23?event%5Bdates%5D=febrero&event%5Bname%5D=&format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.8ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:18', '2010-06-29 20:00:18', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:18', '2010-06-29 20:00:18', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:00:18) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 205ms (View: 3, DB: 31) | 422 Unprocessable Entity [http://test.host/schedular/events/update/23?event%5Bdates%5D=febrero&event%5Bname%5D=&format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:18', '2010-06-29 20:00:18', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:18', '2010-06-29 20:00:18', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:00:18) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 206ms (View: 3, DB: 31) | 422 Unprocessable Entity [http://test.host/schedular/events/update/23?event%5Bdates%5D=febrero&event%5Bname%5D=&format=xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:18', '2010-06-29 20:00:18', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:19', '2010-06-29 20:00:19', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:00:19) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.3ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.3ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:00:19', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:19', '2010-06-29 20:00:19', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:19', '2010-06-29 20:00:19', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:00:19) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:00:19', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:19', '2010-06-29 20:00:19', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:19', '2010-06-29 20:00:19', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:00:19) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:00:20', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:00:20', '2010-06-29 20:00:20', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:00:20', '2010-06-29 20:00:20', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:00:20) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:00:20', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 SQL (0.3ms) select sqlite_version(*) SQL (0.3ms) CREATE TABLE "schedular_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "dates" varchar(255), "description" text, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) CREATE TABLE "schedular_times" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "value" datetime, "all_day" boolean)  SQL (0.1ms) CREATE TABLE "schedular_events_times" ("time_id" integer, "event_id" integer)  SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  SQL (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) SELECT version FROM "schema_migrations" SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('1') Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:27', '2010-06-29 20:19:27', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 1) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 2) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 3) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 4) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 5) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 6) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 7) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 8) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 9) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 10) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 11) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 12) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 13) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 14) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 15) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 16) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 17) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 18) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 19) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 20) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 21) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 22) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 23) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 24) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 25) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 26) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 27) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 28) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 29) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 30) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 31) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 32) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 33) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 34) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 35) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 36) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 37) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 38) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 39) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 40) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 41) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 42) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 43) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 44) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 45) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 46) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 47) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 48) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 49) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 50) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 51) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 52) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 53) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 54) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 55) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 56) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 57) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 58) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (1, 59) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:27', '2010-06-29 20:19:27', '2 de enero del 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (2, 2) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 3', '2010-06-29 20:19:27', '2010-06-29 20:19:27', '2 de marzo del 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-03-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (3, 60) Schedular::Event Load Including Associations (0.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03')  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 1 )  SQL (0.9ms) DELETE FROM "schedular_events_times" WHERE event_id = 1 AND time_id IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 2 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 2 AND time_id IN (2) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 2 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 3 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 3 AND time_id IN (60) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 3 Schedular::Time Load (3.2ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 1 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 1 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 2 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 2 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 3 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 3 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 4 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 4 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 5 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 5 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 6 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 6 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 7 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 7 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 8 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 8 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 9 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 9 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 10 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 10 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 11 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 11 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 12 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 12 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 13 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 13 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 14 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 14 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 15 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 15 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 16 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 16 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 17 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 17 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 18 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 18 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 19 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 19 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 20 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 20 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 21 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 21 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 22 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 22 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 23 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 23 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 24 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 24 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 25 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 25 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 26 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 26 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 27 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 27 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 28 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 28 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 29 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 29 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 30 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 30 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 31 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 31 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 32 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 32 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 33 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 33 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 34 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 34 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 35 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 35 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 36 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 36 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 37 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 37 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 38 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 38 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 39 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 39 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 40 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 40 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 41 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 41 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 42 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 42 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 43 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 43 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 44 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 44 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 45 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 45 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 46 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 46 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 47 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 47 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 48 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 48 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 49 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 49 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 50 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 50 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 51 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 51 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 52 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 52 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 53 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 53 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 54 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 54 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 55 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 55 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 56 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 56 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 57 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 57 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 58 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 58 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 59 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 59 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 60 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 60 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:27', '2010-06-29 20:19:27', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 61) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 62) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 63) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 64) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 65) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 66) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 67) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 68) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 69) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 70) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 71) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 72) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 73) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 74) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 75) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 76) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 77) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 78) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 79) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 80) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 81) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 82) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 83) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 84) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 85) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 86) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 87) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 88) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 89) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 90) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 91) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 92) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 93) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 94) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 95) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 96) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 97) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 98) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 99) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 100) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 101) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 102) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 103) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 104) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 105) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 106) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 107) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 108) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 109) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 110) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 111) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 112) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 113) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 114) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 115) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 116) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 117) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 118) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (4, 119) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:27', '2010-06-29 20:19:27', '2 de enero del 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (5, 62) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 3', '2010-06-29 20:19:27', '2010-06-29 20:19:27', '2 de marzo del 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-03-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (6, 120) Schedular::Event Load Including Associations (69.5ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Schedular::Event Load (0.4ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 4 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 4 AND time_id IN (61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 4 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 5 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 5 AND time_id IN (62) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 5 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 6 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 6 AND time_id IN (120) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 6 Schedular::Time Load (3.1ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 61 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 61 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 62 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 62 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 63 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 63 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 64 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 64 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 65 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 65 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 66 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 66 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 67 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 67 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 68 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 68 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 69 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 69 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 70 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 70 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 71 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 71 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 72 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 72 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 73 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 73 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 74 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 74 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 75 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 75 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 76 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 76 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 77 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 77 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 78 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 78 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 79 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 79 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 80 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 80 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 81 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 81 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 82 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 82 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 83 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 83 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 84 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 84 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 85 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 85 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 86 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 86 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 87 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 87 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 88 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 88 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 89 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 89 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 90 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 90 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 91 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 91 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 92 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 92 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 93 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 93 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 94 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 94 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 95 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 95 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 96 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 96 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 97 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 97 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 98 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 98 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 99 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 99 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 100 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 100 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 101 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 101 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 102 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 102 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 103 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 103 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 104 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 104 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 105 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 105 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 106 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 106 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 107 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 107 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 108 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 108 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 109 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 109 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 110 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 110 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 111 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 111 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 112 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 112 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 113 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 113 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 114 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 114 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 115 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 115 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 116 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 116 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 117 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 117 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 118 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 118 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 119 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 119 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 120 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 120 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:27', '2010-06-29 20:19:27', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 121) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 122) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 123) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 124) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 125) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 126) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 127) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 128) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 129) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 130) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 131) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 132) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 133) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 134) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 135) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 136) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 137) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 138) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 139) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 140) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 141) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 142) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 143) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 144) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 145) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 146) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 147) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 148) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 149) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 150) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 151) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 152) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 153) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 154) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 155) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 156) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 157) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 158) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 159) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 160) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 161) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 162) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 163) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 164) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 165) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 166) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 167) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 168) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 169) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 170) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 171) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 172) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 173) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 174) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 175) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 176) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 177) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 178) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (7, 179) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:28', '2010-06-29 20:19:28', '2 de enero del 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (8, 122) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 3', '2010-06-29 20:19:28', '2010-06-29 20:19:28', '2 de marzo del 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-03-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (9, 180) Schedular::Event Load Including Associations (0.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03')  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 7 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 7 AND time_id IN (121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 7 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 8 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 8 AND time_id IN (122) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 8 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 9 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 9 AND time_id IN (180) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 9 Schedular::Time Load (3.1ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 121 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 121 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 122 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 122 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 123 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 123 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 124 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 124 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 125 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 125 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 126 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 126 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 127 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 127 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 128 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 128 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 129 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 129 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 130 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 130 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 131 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 131 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 132 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 132 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 133 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 133 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 134 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 134 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 135 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 135 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 136 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 136 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 137 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 137 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 138 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 138 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 139 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 139 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 140 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 140 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 141 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 141 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 142 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 142 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 143 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 143 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 144 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 144 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 145 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 145 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 146 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 146 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 147 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 147 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 148 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 148 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 149 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 149 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 150 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 150 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 151 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 151 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 152 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 152 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 153 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 153 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 154 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 154 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 155 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 155 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 156 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 156 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 157 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 157 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 158 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 158 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 159 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 159 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 160 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 160 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 161 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 161 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 162 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 162 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 163 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 163 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 164 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 164 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 165 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 165 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 166 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 166 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 167 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 167 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 168 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 168 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 169 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 169 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 170 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 170 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 171 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 171 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 172 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 172 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 173 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 173 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 174 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 174 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 175 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 175 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 176 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 176 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 177 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 177 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 178 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 178 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 179 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 179 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 180 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 180 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:28', '2010-06-29 20:19:28', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 181) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 182) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 183) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 184) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 185) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 186) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 187) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 188) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 189) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 190) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 191) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 192) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 193) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 194) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 195) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 196) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 197) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 198) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 199) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 200) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 201) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 202) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 203) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 204) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 205) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 206) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 207) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 208) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 209) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 210) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 211) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 212) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 213) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 214) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 215) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 216) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 217) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 218) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 219) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 220) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 221) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 222) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 223) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 224) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 225) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 226) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 227) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 228) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 229) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 230) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 231) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 232) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 233) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 234) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 235) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 236) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 237) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 238) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (10, 239) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:28', '2010-06-29 20:19:28', '2 de enero del 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (11, 182) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 3', '2010-06-29 20:19:28', '2010-06-29 20:19:28', '2 de marzo del 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-03-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (12, 240) Schedular::Event Load Including Associations (3.5ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 10 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 10 AND time_id IN (181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 10 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 11 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 11 AND time_id IN (182) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 11 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 12 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 12 AND time_id IN (240) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 12 Schedular::Time Load (3.1ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 181 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 181 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 182 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 182 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 183 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 183 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 184 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 184 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 185 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 185 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 186 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 186 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 187 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 187 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 188 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 188 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 189 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 189 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 190 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 190 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 191 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 191 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 192 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 192 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 193 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 193 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 194 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 194 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 195 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 195 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 196 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 196 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 197 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 197 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 198 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 198 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 199 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 199 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 200 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 200 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 201 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 201 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 202 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 202 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 203 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 203 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 204 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 204 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 205 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 205 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 206 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 206 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 207 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 207 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 208 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 208 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 209 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 209 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 210 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 210 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 211 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 211 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 212 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 212 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 213 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 213 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 214 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 214 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 215 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 215 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 216 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 216 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 217 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 217 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 218 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 218 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 219 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 219 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 220 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 220 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 221 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 221 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 222 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 222 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 223 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 223 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 224 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 224 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 225 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 225 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 226 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 226 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 227 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 227 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 228 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 228 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 229 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 229 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 230 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 230 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 231 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 231 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 232 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 232 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 233 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 233 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 234 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 234 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 235 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 235 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 236 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 236 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 237 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 237 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 238 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 238 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 239 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 239 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 240 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 240 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:28', '2010-06-29 20:19:28', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 241) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 242) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 243) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 244) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 245) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 246) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 247) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 248) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 249) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 250) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 251) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 252) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 253) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 254) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 255) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 256) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 257) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 258) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 259) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 260) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 261) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 262) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 263) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 264) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 265) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 266) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 267) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 268) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 269) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 270) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 271) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 272) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 273) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 274) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 275) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 276) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 277) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 278) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 279) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 280) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 281) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 282) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 283) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 284) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 285) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 286) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 287) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 288) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 289) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 290) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 291) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 292) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 293) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 294) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 295) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 296) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 297) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 298) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (13, 299) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:29', '2010-06-29 20:19:29', '2 de enero del 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (14, 242) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 3', '2010-06-29 20:19:29', '2010-06-29 20:19:29', '2 de marzo del 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-03-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (15, 300) Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.2ms) SELECT "schedular_times".*, t0.event_id as the_parent_record_id FROM "schedular_times" INNER JOIN "schedular_events_times" t0 ON "schedular_times".id = t0.time_id WHERE (t0.event_id IN (13,14,15))  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 13 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 13 AND time_id IN (241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 13 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 14 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 14 AND time_id IN (242) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 14 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 15 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 15 AND time_id IN (300) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 15 Schedular::Time Load (3.1ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 241 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 241 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 242 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 242 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 243 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 243 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 244 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 244 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 245 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 245 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 246 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 246 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 247 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 247 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 248 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 248 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 249 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 249 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 250 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 250 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 251 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 251 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 252 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 252 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 253 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 253 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 254 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 254 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 255 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 255 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 256 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 256 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 257 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 257 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 258 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 258 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 259 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 259 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 260 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 260 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 261 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 261 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 262 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 262 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 263 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 263 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 264 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 264 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 265 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 265 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 266 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 266 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 267 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 267 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 268 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 268 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 269 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 269 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 270 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 270 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 271 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 271 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 272 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 272 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 273 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 273 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 274 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 274 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 275 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 275 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 276 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 276 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 277 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 277 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 278 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 278 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 279 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 279 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 280 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 280 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 281 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 281 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 282 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 282 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 283 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 283 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 284 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 284 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 285 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 285 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 286 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 286 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 287 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 287 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 288 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 288 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 289 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 289 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 290 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 290 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 291 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 291 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 292 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 292 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 293 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 293 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 294 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 294 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 295 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 295 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 296 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 296 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 297 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 297 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 298 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 298 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 299 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 299 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 300 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 300 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:29', '2010-06-29 20:19:29', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 301) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 302) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 303) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 304) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 305) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 306) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 307) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 308) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 309) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 310) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 311) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 312) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 313) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 314) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 315) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 316) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 317) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 318) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 319) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 320) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 321) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 322) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 323) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 324) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 325) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 326) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 327) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 328) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 329) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 330) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 331) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 332) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 333) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 334) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 335) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 336) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 337) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 338) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 339) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 340) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 341) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 342) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 343) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 344) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 345) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 346) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 347) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 348) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 349) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 350) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 351) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 352) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 353) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 354) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 355) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 356) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 357) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 358) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (16, 359) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:29', '2010-06-29 20:19:29', '2 de enero del 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (17, 302) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-03-02' AND '2010-03-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 3', '2010-06-29 20:19:29', '2010-06-29 20:19:29', '2 de marzo del 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-03-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (18, 360) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_times"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (4.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 16 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 16 AND time_id IN (301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 16 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 17 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 17 AND time_id IN (302) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 17 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 18 )  SQL (0.3ms) DELETE FROM "schedular_events_times" WHERE event_id = 18 AND time_id IN (360) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 18 Schedular::Time Load (3.1ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 301 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 301 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 302 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 302 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 303 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 303 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 304 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 304 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 305 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 305 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 306 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 306 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 307 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 307 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 308 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 308 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 309 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 309 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 310 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 310 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 311 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 311 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 312 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 312 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 313 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 313 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 314 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 314 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 315 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 315 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 316 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 316 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 317 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 317 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 318 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 318 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 319 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 319 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 320 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 320 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 321 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 321 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 322 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 322 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 323 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 323 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 324 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 324 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 325 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 325 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 326 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 326 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 327 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 327 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 328 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 328 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 329 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 329 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 330 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 330 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 331 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 331 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 332 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 332 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 333 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 333 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 334 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 334 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 335 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 335 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 336 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 336 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 337 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 337 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 338 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 338 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 339 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 339 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 340 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 340 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 341 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 341 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 342 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 342 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 343 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 343 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 344 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 344 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 345 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 345 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 346 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 346 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 347 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 347 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 348 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 348 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 349 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 349 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 350 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 350 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 351 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 351 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 352 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 352 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 353 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 353 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 354 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 354 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 355 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 355 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 356 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 356 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 357 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 357 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 358 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 358 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 359 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 359 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 360 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 360 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-02 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-03 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-04 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-05 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-06 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-07 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-08 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-09 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-10 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-11 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-12 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-13 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-14 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-15 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-16 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-17 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-18 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-19 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-20 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-21 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-22 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-23 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-24 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-25 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-26 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-27 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-28 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-29 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-30 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-31 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-02 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-03 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-04 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-05 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-06 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-07 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-08 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-09 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-10 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-11 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-12 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-13 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-14 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-15 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-16 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-17 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-18 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-19 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-20 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-21 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-22 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-23 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-24 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-25 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-26 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-27 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-28 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-29 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-30 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-31 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-02 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-03 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-04 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-05 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-06 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-07 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-08 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-09 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-10 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-11 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-12 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-13 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-14 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-15 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-16 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-17 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-18 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-19 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-20 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-21 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-22 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-23 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-24 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-25 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-26 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-27 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-28 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-29 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-30 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-31 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-02 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-03 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-04 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-05 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-06 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-07 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-08 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-09 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-10 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-11 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-12 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-13 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-14 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-15 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-16 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-17 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-18 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-19 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-20 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-21 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-22 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-23 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-24 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-25 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-26 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-27 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-28 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-29 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-30 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-31 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:30', '2010-06-29 20:19:30', 'enero 2010 a las 13:00', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 361) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 362) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 363) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 364) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 365) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 366) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 367) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 368) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 369) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 370) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 371) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 372) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 373) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 374) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 375) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 376) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 377) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 378) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 379) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 380) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 381) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 382) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 383) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 384) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 385) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 386) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 387) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 388) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 389) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 390) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 13:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (19, 391) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_times"  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-02 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-03 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-04 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-05 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-06 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-07 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-08 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-09 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-10 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-11 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-12 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-13 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-14 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-15 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-16 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-17 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-18 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-19 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-20 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-21 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-22 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-23 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-24 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-25 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-26 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-27 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-28 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-29 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-30 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-31 13:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:30', '2010-06-29 20:19:30', 'enero 2010 a las 13:00', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 361) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 362) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 363) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 364) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 365) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 366) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 367) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 368) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 369) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 370) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 371) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 372) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 373) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 374) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 375) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 376) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 377) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 378) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 379) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 380) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 381) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 382) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 383) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 384) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 385) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 386) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 387) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 388) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 389) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 390) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (20, 391) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_times"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 19 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 19 AND time_id IN (361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 19 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 20 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 20 AND time_id IN (361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 20 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 361 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 361 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 362 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 362 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 363 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 363 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 364 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 364 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 365 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 365 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 366 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 366 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 367 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 367 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 368 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 368 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 369 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 369 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 370 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 370 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 371 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 371 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 372 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 372 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 373 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 373 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 374 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 374 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 375 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 375 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 376 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 376 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 377 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 377 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 378 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 378 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 379 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 379 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 380 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 380 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 381 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 381 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 382 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 382 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 383 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 383 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 384 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 384 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 385 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 385 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 386 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 386 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 387 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 387 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 388 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 388 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 389 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 389 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 390 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 390 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 391 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 391 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times"  Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:30', '2010-06-29 20:19:30', 'enero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 392) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 393) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 394) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 395) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 396) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 397) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 398) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 399) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 400) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 401) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 402) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 403) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 404) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 405) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 406) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 407) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 408) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 409) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 410) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 411) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 412) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 413) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 414) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 415) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 416) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 417) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 418) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 419) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 420) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 421) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (21, 422) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_times"  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:30', '2010-06-29 20:19:30', 'enero 2010', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 392) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 393) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 394) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 395) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 396) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 397) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 398) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 399) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 400) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 401) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 402) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 403) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 404) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 405) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 406) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 407) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 408) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 409) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 410) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 411) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 412) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 413) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 414) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 415) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 416) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 417) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 418) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 419) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 420) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 421) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (22, 422) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_times"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:30', '2010-06-29 20:19:30', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:30', '2010-06-29 20:19:30', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy to json (for 0.0.0.0 at 2010-06-29 15:19:30) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Completed in 11ms (View: 0, DB: 393) | 200 OK [http://test.host/events/23.json] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.8ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:31', '2010-06-29 20:19:31', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:31', '2010-06-29 20:19:31', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy to json (for 0.0.0.0 at 2010-06-29 15:19:31) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Completed in 10ms (View: 0, DB: 24) | 200 OK [http://test.host/events/23.json] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:31', '2010-06-29 20:19:31', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:31', '2010-06-29 20:19:31', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy to json (for 0.0.0.0 at 2010-06-29 15:19:31) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Completed in 10ms (View: 0, DB: 24) | 200 OK [http://test.host/events/23.json] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:31', '2010-06-29 20:19:31', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:31', '2010-06-29 20:19:31', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy (for 0.0.0.0 at 2010-06-29 15:19:31) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Redirected to http://test.host/events Completed in 10ms (DB: 23) | 302 Found [http://test.host/events/23] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:31', '2010-06-29 20:19:31', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:31', '2010-06-29 20:19:31', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy (for 0.0.0.0 at 2010-06-29 15:19:31) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Redirected to http://test.host/events Completed in 10ms (DB: 24) | 302 Found [http://test.host/events/23] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:32', '2010-06-29 20:19:32', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:32', '2010-06-29 20:19:32', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy (for 0.0.0.0 at 2010-06-29 15:19:32) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Redirected to http://test.host/events Completed in 10ms (DB: 24) | 302 Found [http://test.host/events/23] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:32', '2010-06-29 20:19:32', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.3ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:32', '2010-06-29 20:19:32', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy to xml (for 0.0.0.0 at 2010-06-29 15:19:32) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Completed in 10ms (View: 0, DB: 24) | 200 OK [http://test.host/events/23.xml] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:32', '2010-06-29 20:19:32', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:32', '2010-06-29 20:19:32', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy to xml (for 0.0.0.0 at 2010-06-29 15:19:32) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Completed in 10ms (View: 0, DB: 24) | 200 OK [http://test.host/events/23.xml] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:32', '2010-06-29 20:19:32', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:32', '2010-06-29 20:19:32', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Processing Schedular::EventsController#destroy to xml (for 0.0.0.0 at 2010-06-29 15:19:32) [DELETE] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Completed in 10ms (View: 0, DB: 24) | 200 OK [http://test.host/events/23.xml] SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_events"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:32', '2010-06-29 20:19:32', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:32', '2010-06-29 20:19:32', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#edit (for 0.0.0.0 at 2010-06-29 15:19:32) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Rendering schedular/events/edit Completed in 26ms (View: 25, DB: 21) | 200 OK [http://test.host/events/23/edit] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:33', '2010-06-29 20:19:33', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:33', '2010-06-29 20:19:33', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#edit (for 0.0.0.0 at 2010-06-29 15:19:33) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Rendering schedular/events/edit Completed in 3ms (View: 2, DB: 20) | 200 OK [http://test.host/events/23/edit] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:33', '2010-06-29 20:19:33', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:33', '2010-06-29 20:19:33', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 15:19:33) [GET] Parameters: {"year"=>"2009"} Redirected to http://test.host/events/2009/6 Completed in 1ms (DB: 20) | 302 Found [http://test.host/events?year=2009] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:33', '2010-06-29 20:19:33', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:33', '2010-06-29 20:19:33', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 15:19:33) [GET] Redirected to http://test.host/events/2010/6 Completed in 1ms (DB: 21) | 302 Found [http://test.host/events] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:33', '2010-06-29 20:19:33', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:33', '2010-06-29 20:19:33', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to json (for 0.0.0.0 at 2010-06-29 15:19:33) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (0.3ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 4ms (View: 3, DB: 21) | 200 OK [http://test.host/events/2010/2/1.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.9ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:34', '2010-06-29 20:19:34', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:34', '2010-06-29 20:19:34', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to json (for 0.0.0.0 at 2010-06-29 15:19:34) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (0.3ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 4ms (View: 3, DB: 21) | 200 OK [http://test.host/events/2010/2/1.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.2ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:34', '2010-06-29 20:19:34', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:34', '2010-06-29 20:19:34', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to json (for 0.0.0.0 at 2010-06-29 15:19:34) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (0.3ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 4ms (View: 3, DB: 21) | 200 OK [http://test.host/events/2010/2/1.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:34', '2010-06-29 20:19:34', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:34', '2010-06-29 20:19:34', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to json (for 0.0.0.0 at 2010-06-29 15:19:34) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (3.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 10ms (View: 6, DB: 24) | 200 OK [http://test.host/events/2010/1.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:34', '2010-06-29 20:19:34', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:34', '2010-06-29 20:19:34', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to json (for 0.0.0.0 at 2010-06-29 15:19:34) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (3.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 10ms (View: 6, DB: 24) | 200 OK [http://test.host/events/2010/1.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:34', '2010-06-29 20:19:34', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:34', '2010-06-29 20:19:34', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to json (for 0.0.0.0 at 2010-06-29 15:19:34) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (3.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 10ms (View: 6, DB: 24) | 200 OK [http://test.host/events/2010/1.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:35', '2010-06-29 20:19:35', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.2ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:35', '2010-06-29 20:19:35', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 15:19:35) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Rendering schedular/events/index Schedular::Event Load Including Associations (0.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 7ms (View: 6, DB: 21) | 200 OK [http://test.host/events/2010/2/1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:35', '2010-06-29 20:19:35', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:35', '2010-06-29 20:19:35', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 15:19:35) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Rendering schedular/events/index Schedular::Event Load Including Associations (0.3ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 6ms (View: 5, DB: 21) | 200 OK [http://test.host/events/2010/2/1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:35', '2010-06-29 20:19:35', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:35', '2010-06-29 20:19:35', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 15:19:35) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Rendering schedular/events/index Schedular::Event Load Including Associations (0.3ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 6ms (View: 5, DB: 21) | 200 OK [http://test.host/events/2010/2/1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:35', '2010-06-29 20:19:35', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:35', '2010-06-29 20:19:35', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 15:19:35) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Rendering schedular/events/index Schedular::Event Load Including Associations (3.5ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 12ms (View: 8, DB: 24) | 200 OK [http://test.host/events/2010/1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:36', '2010-06-29 20:19:36', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:36', '2010-06-29 20:19:36', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 15:19:36) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Rendering schedular/events/index Schedular::Event Load Including Associations (3.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 12ms (View: 8, DB: 24) | 200 OK [http://test.host/events/2010/1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:36', '2010-06-29 20:19:36', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:36', '2010-06-29 20:19:36', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index (for 0.0.0.0 at 2010-06-29 15:19:36) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Rendering schedular/events/index Schedular::Event Load Including Associations (3.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 12ms (View: 8, DB: 24) | 200 OK [http://test.host/events/2010/1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:36', '2010-06-29 20:19:36', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:36', '2010-06-29 20:19:36', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to xml (for 0.0.0.0 at 2010-06-29 15:19:36) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (0.3ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 5ms (View: 4, DB: 21) | 200 OK [http://test.host/events/2010/2/1.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.8ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:36', '2010-06-29 20:19:36', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:36', '2010-06-29 20:19:36', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to xml (for 0.0.0.0 at 2010-06-29 15:19:36) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (0.3ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 5ms (View: 4, DB: 21) | 200 OK [http://test.host/events/2010/2/1.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:36', '2010-06-29 20:19:36', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:36', '2010-06-29 20:19:36', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to xml (for 0.0.0.0 at 2010-06-29 15:19:36) [GET] Parameters: {"month"=>"2", "day"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (0.3ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02')  Completed in 5ms (View: 4, DB: 21) | 200 OK [http://test.host/events/2010/2/1.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:37', '2010-06-29 20:19:37', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:37', '2010-06-29 20:19:37', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to xml (for 0.0.0.0 at 2010-06-29 15:19:37) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (3.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 11ms (View: 7, DB: 24) | 200 OK [http://test.host/events/2010/1.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:37', '2010-06-29 20:19:37', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:37', '2010-06-29 20:19:37', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to xml (for 0.0.0.0 at 2010-06-29 15:19:37) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (3.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 11ms (View: 7, DB: 24) | 200 OK [http://test.host/events/2010/1.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:37', '2010-06-29 20:19:37', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:37', '2010-06-29 20:19:37', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#index to xml (for 0.0.0.0 at 2010-06-29 15:19:37) [GET] Parameters: {"month"=>"1", "year"=>"2010"} Schedular::Event Load Including Associations (3.4ms) SELECT "schedular_events"."id" AS t0_r0, "schedular_events"."name" AS t0_r1, "schedular_events"."dates" AS t0_r2, "schedular_events"."description" AS t0_r3, "schedular_events"."created_at" AS t0_r4, "schedular_events"."updated_at" AS t0_r5, "schedular_times"."id" AS t1_r0, "schedular_times"."value" AS t1_r1, "schedular_times"."all_day" AS t1_r2 FROM "schedular_events" LEFT OUTER JOIN "schedular_events_times" ON "schedular_events_times".event_id = "schedular_events".id LEFT OUTER JOIN "schedular_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Completed in 11ms (View: 7, DB: 24) | 200 OK [http://test.host/events/2010/1.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:37', '2010-06-29 20:19:37', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:37', '2010-06-29 20:19:37', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to json (for 0.0.0.0 at 2010-06-29 15:19:37) [GET] Completed in 1ms (View: 1, DB: 21) | 200 OK [http://test.host/events/new.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.8ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:38', '2010-06-29 20:19:38', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:38', '2010-06-29 20:19:38', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to json (for 0.0.0.0 at 2010-06-29 15:19:38) [GET] Completed in 1ms (View: 1, DB: 21) | 200 OK [http://test.host/events/new.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:38', '2010-06-29 20:19:38', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:38', '2010-06-29 20:19:38', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to json (for 0.0.0.0 at 2010-06-29 15:19:38) [GET] Completed in 1ms (View: 1, DB: 21) | 200 OK [http://test.host/events/new.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:38', '2010-06-29 20:19:38', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:38', '2010-06-29 20:19:38', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to json (for 0.0.0.0 at 2010-06-29 15:19:38) [GET] Completed in 1ms (View: 1, DB: 20) | 200 OK [http://test.host/events/new.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.8ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:38', '2010-06-29 20:19:38', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:38', '2010-06-29 20:19:38', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new (for 0.0.0.0 at 2010-06-29 15:19:38) [GET] Rendering schedular/events/new Completed in 2ms (View: 2, DB: 21) | 200 OK [http://test.host/events/new] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:38', '2010-06-29 20:19:38', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:38', '2010-06-29 20:19:38', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new (for 0.0.0.0 at 2010-06-29 15:19:38) [GET] Rendering schedular/events/new Completed in 2ms (View: 1, DB: 20) | 200 OK [http://test.host/events/new] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:39', '2010-06-29 20:19:39', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:39', '2010-06-29 20:19:39', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new (for 0.0.0.0 at 2010-06-29 15:19:39) [GET] Rendering schedular/events/new Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/events/new] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:39', '2010-06-29 20:19:39', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:39', '2010-06-29 20:19:39', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new (for 0.0.0.0 at 2010-06-29 15:19:39) [GET] Rendering schedular/events/new Completed in 2ms (View: 1, DB: 20) | 200 OK [http://test.host/events/new] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:39', '2010-06-29 20:19:39', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:39', '2010-06-29 20:19:39', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to xml (for 0.0.0.0 at 2010-06-29 15:19:39) [GET] Completed in 2ms (View: 1, DB: 20) | 200 OK [http://test.host/events/new.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:39', '2010-06-29 20:19:39', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:39', '2010-06-29 20:19:39', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to xml (for 0.0.0.0 at 2010-06-29 15:19:39) [GET] Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/events/new.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:39', '2010-06-29 20:19:39', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:40', '2010-06-29 20:19:40', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to xml (for 0.0.0.0 at 2010-06-29 15:19:40) [GET] Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/events/new.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:40', '2010-06-29 20:19:40', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:40', '2010-06-29 20:19:40', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#new to xml (for 0.0.0.0 at 2010-06-29 15:19:40) [GET] Completed in 78ms (View: 77, DB: 20) | 200 OK [http://test.host/events/new.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:40', '2010-06-29 20:19:40', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:40', '2010-06-29 20:19:40', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show to json (for 0.0.0.0 at 2010-06-29 15:19:40) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/events/23.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:40', '2010-06-29 20:19:40', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:40', '2010-06-29 20:19:40', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show to json (for 0.0.0.0 at 2010-06-29 15:19:40) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/events/23.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:40', '2010-06-29 20:19:40', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:40', '2010-06-29 20:19:40', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show to json (for 0.0.0.0 at 2010-06-29 15:19:40) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/events/23.json] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:41', '2010-06-29 20:19:41', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:41', '2010-06-29 20:19:41', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show (for 0.0.0.0 at 2010-06-29 15:19:41) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Rendering schedular/events/show Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/events/23] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:41', '2010-06-29 20:19:41', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:41', '2010-06-29 20:19:41', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show (for 0.0.0.0 at 2010-06-29 15:19:41) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Rendering schedular/events/show Completed in 2ms (View: 1, DB: 20) | 200 OK [http://test.host/events/23] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.2ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:41', '2010-06-29 20:19:41', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:41', '2010-06-29 20:19:41', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show (for 0.0.0.0 at 2010-06-29 15:19:41) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Rendering schedular/events/show Completed in 2ms (View: 1, DB: 21) | 200 OK [http://test.host/events/23] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:41', '2010-06-29 20:19:41', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:41', '2010-06-29 20:19:41', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show to xml (for 0.0.0.0 at 2010-06-29 15:19:41) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Completed in 3ms (View: 2, DB: 21) | 200 OK [http://test.host/events/23.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:41', '2010-06-29 20:19:41', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:42', '2010-06-29 20:19:42', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show to xml (for 0.0.0.0 at 2010-06-29 15:19:42) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Completed in 3ms (View: 2, DB: 21) | 200 OK [http://test.host/events/23.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.8ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:42', '2010-06-29 20:19:42', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:42', '2010-06-29 20:19:42', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#show to xml (for 0.0.0.0 at 2010-06-29 15:19:42) [GET] Parameters: {"id"=>"23"} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Completed in 3ms (View: 2, DB: 21) | 200 OK [http://test.host/events/23.xml] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:42', '2010-06-29 20:19:42', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:42', '2010-06-29 20:19:42', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:19:42) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 55ms (View: 4, DB: 26) | 422 Unprocessable Entity [http://test.host/events.json?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:42', '2010-06-29 20:19:42', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.2ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:42', '2010-06-29 20:19:42', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:19:42) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 53ms (View: 1, DB: 26) | 422 Unprocessable Entity [http://test.host/events.json?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:42', '2010-06-29 20:19:42', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:42', '2010-06-29 20:19:42', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:19:42) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 131ms (View: 1, DB: 26) | 422 Unprocessable Entity [http://test.host/events.json?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:43', '2010-06-29 20:19:43', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:43', '2010-06-29 20:19:43', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:19:43) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 52ms (View: 1, DB: 26) | 422 Unprocessable Entity [http://test.host/events.json?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.2ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:43', '2010-06-29 20:19:43', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:43', '2010-06-29 20:19:43', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:19:43) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 52ms (View: 1, DB: 26) | 422 Unprocessable Entity [http://test.host/events.json?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:43', '2010-06-29 20:19:43', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:44', '2010-06-29 20:19:44', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:19:44) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:44', '2010-06-29 20:19:44', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Completed in 74ms (View: 1, DB: 28) | 201 Created [http://test.host/events.json?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:44', '2010-06-29 20:19:44', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:44', '2010-06-29 20:19:44', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:19:44) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:44', '2010-06-29 20:19:44', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Completed in 75ms (View: 1, DB: 28) | 201 Created [http://test.host/events.json?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:44', '2010-06-29 20:19:44', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:44', '2010-06-29 20:19:44', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:19:44) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:44', '2010-06-29 20:19:44', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Completed in 75ms (View: 1, DB: 28) | 201 Created [http://test.host/events.json?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:44', '2010-06-29 20:19:44', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:44', '2010-06-29 20:19:44', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:19:44) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:45', '2010-06-29 20:19:45', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Completed in 76ms (View: 1, DB: 28) | 201 Created [http://test.host/events.json?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:45', '2010-06-29 20:19:45', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:45', '2010-06-29 20:19:45', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to json (for 0.0.0.0 at 2010-06-29 15:19:45) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:45', '2010-06-29 20:19:45', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Completed in 155ms (View: 1, DB: 28) | 201 Created [http://test.host/events.json?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:45', '2010-06-29 20:19:45', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:45', '2010-06-29 20:19:45', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:19:45) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Rendering schedular/events/new Completed in 135ms (View: 84, DB: 26) | 200 OK [http://test.host/events?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:45', '2010-06-29 20:19:45', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:45', '2010-06-29 20:19:45', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:19:45) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Rendering schedular/events/new Completed in 55ms (View: 3, DB: 26) | 200 OK [http://test.host/events?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:46', '2010-06-29 20:19:46', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:46', '2010-06-29 20:19:46', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:19:46) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Rendering schedular/events/new Completed in 55ms (View: 3, DB: 26) | 200 OK [http://test.host/events?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:46', '2010-06-29 20:19:46', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:46', '2010-06-29 20:19:46', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:19:46) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Rendering schedular/events/new Completed in 55ms (View: 4, DB: 26) | 200 OK [http://test.host/events?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:46', '2010-06-29 20:19:46', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:46', '2010-06-29 20:19:46', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:19:46) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:46', '2010-06-29 20:19:46', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Redirected to http://test.host/events/25 Completed in 74ms (DB: 28) | 302 Found [http://test.host/events?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:46', '2010-06-29 20:19:46', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:46', '2010-06-29 20:19:46', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:19:46) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:47', '2010-06-29 20:19:47', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Redirected to http://test.host/events/25 Completed in 156ms (DB: 28) | 302 Found [http://test.host/events?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:47', '2010-06-29 20:19:47', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:47', '2010-06-29 20:19:47', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:19:47) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:47', '2010-06-29 20:19:47', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Redirected to http://test.host/events/25 Completed in 156ms (DB: 28) | 302 Found [http://test.host/events?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:47', '2010-06-29 20:19:47', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:47', '2010-06-29 20:19:47', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:19:47) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:47', '2010-06-29 20:19:47', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Redirected to http://test.host/events/25 Completed in 73ms (DB: 28) | 302 Found [http://test.host/events?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (84.6ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:47', '2010-06-29 20:19:47', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:47', '2010-06-29 20:19:47', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create (for 0.0.0.0 at 2010-06-29 15:19:47) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:48', '2010-06-29 20:19:48', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Redirected to http://test.host/events/25 Completed in 73ms (DB: 110) | 302 Found [http://test.host/events?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:48', '2010-06-29 20:19:48', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:48', '2010-06-29 20:19:48', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:19:48) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 54ms (View: 3, DB: 26) | 422 Unprocessable Entity [http://test.host/events.xml?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:48', '2010-06-29 20:19:48', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:48', '2010-06-29 20:19:48', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:19:48) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 55ms (View: 2, DB: 26) | 422 Unprocessable Entity [http://test.host/events.xml?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:48', '2010-06-29 20:19:48', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:48', '2010-06-29 20:19:48', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:19:48) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 55ms (View: 3, DB: 26) | 422 Unprocessable Entity [http://test.host/events.xml?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:49', '2010-06-29 20:19:49', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:49', '2010-06-29 20:19:49', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:19:49) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.3ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 137ms (View: 3, DB: 26) | 422 Unprocessable Entity [http://test.host/events.xml?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.6ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:49', '2010-06-29 20:19:49', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:49', '2010-06-29 20:19:49', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:19:49) [POST] Parameters: {"event"=>{"name"=>nil, "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Completed in 54ms (View: 3, DB: 26) | 422 Unprocessable Entity [http://test.host/events.xml?event%5Bdates%5D=enero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:49', '2010-06-29 20:19:49', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:49', '2010-06-29 20:19:49', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:19:49) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:49', '2010-06-29 20:19:49', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Completed in 75ms (View: 2, DB: 28) | 201 Created [http://test.host/events.xml?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:49', '2010-06-29 20:19:49', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:50', '2010-06-29 20:19:50', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:19:50) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:50', '2010-06-29 20:19:50', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Completed in 75ms (View: 2, DB: 28) | 201 Created [http://test.host/events.xml?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:50', '2010-06-29 20:19:50', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:50', '2010-06-29 20:19:50', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:19:50) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:50', '2010-06-29 20:19:50', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Completed in 76ms (View: 2, DB: 28) | 201 Created [http://test.host/events.xml?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:50', '2010-06-29 20:19:50', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:50', '2010-06-29 20:19:50', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:19:50) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:50', '2010-06-29 20:19:50', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Completed in 76ms (View: 2, DB: 28) | 201 Created [http://test.host/events.xml?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:50', '2010-06-29 20:19:50', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:51', '2010-06-29 20:19:51', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#create to xml (for 0.0.0.0 at 2010-06-29 15:19:51) [POST] Parameters: {"event"=>{"name"=>"Evento 1", "dates"=>"enero"}} Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:51', '2010-06-29 20:19:51', 'enero', NULL) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 423) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 424) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 425) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 426) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 427) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 428) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 429) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 430) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 431) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 432) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 433) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 434) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 435) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 436) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 437) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 438) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 439) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 440) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 441) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 442) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 443) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 444) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 445) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 446) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 447) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 448) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 449) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 450) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 451) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 452) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 453) Completed in 77ms (View: 2, DB: 28) | 201 Created [http://test.host/events.xml?event%5Bdates%5D=enero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:51', '2010-06-29 20:19:51', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:51', '2010-06-29 20:19:51', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:19:51) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 113ms (View: 1, DB: 30) | 422 Unprocessable Entity [http://test.host/events/23.json?event%5Bdates%5D=febrero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:51', '2010-06-29 20:19:51', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:51', '2010-06-29 20:19:51', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:19:51) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 112ms (View: 1, DB: 31) | 422 Unprocessable Entity [http://test.host/events/23.json?event%5Bdates%5D=febrero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:51', '2010-06-29 20:19:51', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:52', '2010-06-29 20:19:52', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:19:52) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 111ms (View: 1, DB: 30) | 422 Unprocessable Entity [http://test.host/events/23.json?event%5Bdates%5D=febrero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:52', '2010-06-29 20:19:52', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:52', '2010-06-29 20:19:52', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:19:52) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 111ms (View: 1, DB: 30) | 422 Unprocessable Entity [http://test.host/events/23.json?event%5Bdates%5D=febrero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:52', '2010-06-29 20:19:52', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:52', '2010-06-29 20:19:52', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:19:52) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:19:52', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Completed in 112ms (View: 1, DB: 30) | 200 OK [http://test.host/events/23.json?event%5Bdates%5D=febrero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:53', '2010-06-29 20:19:53', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:53', '2010-06-29 20:19:53', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:19:53) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:19:53', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Completed in 112ms (View: 1, DB: 30) | 200 OK [http://test.host/events/23.json?event%5Bdates%5D=febrero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:53', '2010-06-29 20:19:53', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:53', '2010-06-29 20:19:53', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:19:53) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:19:53', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Completed in 112ms (View: 1, DB: 30) | 200 OK [http://test.host/events/23.json?event%5Bdates%5D=febrero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 [4;35;1mSchedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:53', '2010-06-29 20:19:53', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:53', '2010-06-29 20:19:53', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to json (for 0.0.0.0 at 2010-06-29 15:19:53) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:19:54', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Completed in 197ms (View: 1, DB: 30) | 200 OK [http://test.host/events/23.json?event%5Bdates%5D=febrero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.8ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:54', '2010-06-29 20:19:54', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:54', '2010-06-29 20:19:54', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:19:54) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Rendering schedular/events/new Completed in 199ms (View: 4, DB: 31) | 200 OK [http://test.host/events/23?event%5Bdates%5D=febrero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:54', '2010-06-29 20:19:54', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:54', '2010-06-29 20:19:54', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:19:54) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Rendering schedular/events/new Completed in 200ms (View: 4, DB: 31) | 200 OK [http://test.host/events/23?event%5Bdates%5D=febrero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:54', '2010-06-29 20:19:54', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:55', '2010-06-29 20:19:55', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:19:55) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Rendering schedular/events/new Completed in 201ms (View: 4, DB: 31) | 200 OK [http://test.host/events/23?event%5Bdates%5D=febrero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:55', '2010-06-29 20:19:55', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:55', '2010-06-29 20:19:55', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:19:55) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:19:55', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Redirected to http://test.host/events/23 Completed in 199ms (DB: 31) | 302 Found [http://test.host/events/23?event%5Bdates%5D=febrero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.4ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:55', '2010-06-29 20:19:55', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:55', '2010-06-29 20:19:55', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:19:55) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:19:55', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Redirected to http://test.host/events/23 Completed in 199ms (DB: 31) | 302 Found [http://test.host/events/23?event%5Bdates%5D=febrero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:56', '2010-06-29 20:19:56', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:56', '2010-06-29 20:19:56', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:19:56) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:19:56', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Redirected to http://test.host/events/23 Completed in 113ms (DB: 31) | 302 Found [http://test.host/events/23?event%5Bdates%5D=febrero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:56', '2010-06-29 20:19:56', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:56', '2010-06-29 20:19:56', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update (for 0.0.0.0 at 2010-06-29 15:19:56) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:19:56', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Redirected to http://test.host/events/23 Completed in 113ms (DB: 30) | 302 Found [http://test.host/events/23?event%5Bdates%5D=febrero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:56', '2010-06-29 20:19:56', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:56', '2010-06-29 20:19:56', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:19:56) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 112ms (View: 3, DB: 30) | 422 Unprocessable Entity [http://test.host/events/23.xml?event%5Bdates%5D=febrero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.6ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:57', '2010-06-29 20:19:57', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:57', '2010-06-29 20:19:57', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:19:57) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 112ms (View: 3, DB: 30) | 422 Unprocessable Entity [http://test.host/events/23.xml?event%5Bdates%5D=febrero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:57', '2010-06-29 20:19:57', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:57', '2010-06-29 20:19:57', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:19:57) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.5ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 112ms (View: 3, DB: 30) | 422 Unprocessable Entity [http://test.host/events/23.xml?event%5Bdates%5D=febrero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:57', '2010-06-29 20:19:57', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:58', '2010-06-29 20:19:58', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:19:58) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>nil, "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Completed in 111ms (View: 3, DB: 30) | 422 Unprocessable Entity [http://test.host/events/23.xml?event%5Bdates%5D=febrero&event%5Bname%5D=] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:58', '2010-06-29 20:19:58', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:58', '2010-06-29 20:19:58', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:19:58) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:19:58', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Completed in 111ms (View: 2, DB: 30) | 200 OK [http://test.host/events/23.xml?event%5Bdates%5D=febrero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (91.3ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:58', '2010-06-29 20:19:58', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:58', '2010-06-29 20:19:58', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:19:58) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (89.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:19:59', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Completed in 208ms (View: 2, DB: 209) | 200 OK [http://test.host/events/23.xml?event%5Bdates%5D=febrero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:59', '2010-06-29 20:19:59', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:59', '2010-06-29 20:19:59', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:19:59) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.2ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:19:59', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Completed in 202ms (View: 2, DB: 31) | 200 OK [http://test.host/events/23.xml?event%5Bdates%5D=febrero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 1', '2010-06-29 20:19:59', '2010-06-29 20:19:59', 'enero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 453) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('evento 2', '2010-06-29 20:19:59', '2010-06-29 20:19:59', '1 de febrero', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Processing Schedular::EventsController#update to xml (for 0.0.0.0 at 2010-06-29 15:19:59) [PUT] Parameters: {"id"=>"23", "event"=>{"name"=>"Evento 1", "dates"=>"febrero"}} Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" WHERE ("schedular_events"."id" = 23)  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453) SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 460) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 481) Schedular::Event Update (0.1ms) UPDATE "schedular_events" SET "updated_at" = '2010-06-29 20:19:59', "name" = 'Evento 1', "dates" = 'febrero' WHERE "id" = 23 Completed in 203ms (View: 2, DB: 31) | 200 OK [http://test.host/events/23.xml?event%5Bdates%5D=febrero&event%5Bname%5D=Evento+1] Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 21 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 21 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 21 Schedular::Time Load (2.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 22 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 22 AND time_id IN (392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 22 Schedular::Time Load (1.7ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 392 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 392 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 393 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 393 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 394 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 394 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 395 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 395 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 396 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 396 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 397 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 397 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 398 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 398 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 399 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 399 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 400 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 400 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 401 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 401 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 402 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 402 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 403 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 403 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 404 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 404 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 405 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 405 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 406 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 406 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 407 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 407 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 408 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 408 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 409 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 409 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 410 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 410 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 411 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 411 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 412 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 412 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 413 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 413 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 414 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 414 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 415 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 415 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 416 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 416 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 417 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 417 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 418 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 418 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 419 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 419 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 420 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 420 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 421 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 421 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 422 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 422 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 10:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:19:59', '2010-06-29 20:19:59', '1 de enero 2010 a las 10:00', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 10:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (23, 423) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 2', '2010-06-29 20:19:59', '2010-06-29 20:19:59', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 424) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 425) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 426) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 427) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 428) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 429) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 430) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 431) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 432) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 433) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 434) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 435) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 436) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 437) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 438) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 439) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 440) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 441) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 442) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 443) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 444) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 445) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 446) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 447) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 448) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 449) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 450) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 451) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 452) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 453) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 454) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 455) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 456) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 457) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 458) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 459) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 460) Schedular::Time Create (0.2ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 461) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 462) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 463) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 464) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 465) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 466) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 467) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 468) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 469) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 470) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 471) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 472) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 473) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 474) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 475) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 476) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 477) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 478) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 479) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 480) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 481) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (24, 482) SQL (0.2ms) SELECT count(*) AS count_all FROM "schedular_times" WHERE ("schedular_times"."all_day" = 't')  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 23 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 23 AND time_id IN (423) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 23 Schedular::Time Load (4.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 24 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 24 AND time_id IN (424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 24 Schedular::Time Load (3.3ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 423 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 423 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 424 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 424 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 425 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 425 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 426 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 426 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 427 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 427 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 428 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 428 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 429 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 429 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 430 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 430 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 431 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 431 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 432 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 432 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 433 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 433 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 434 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 434 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 435 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 435 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 436 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 436 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 437 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 437 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 438 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 438 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 439 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 439 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 440 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 440 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 441 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 441 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 442 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 442 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 443 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 443 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 444 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 444 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 445 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 445 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 446 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 446 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 447 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 447 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 448 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 448 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 449 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 449 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 450 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 450 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 451 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 451 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 452 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 452 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 453 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 453 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 454 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 454 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 455 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 455 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 456 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 456 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 457 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 457 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 458 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 458 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 459 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 459 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 460 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 460 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 461 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 461 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 462 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 462 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 463 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 463 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 464 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 464 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 465 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 465 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 466 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 466 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 467 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 467 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 468 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 468 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 469 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 469 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 470 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 470 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 471 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 471 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 472 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 472 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 473 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 473 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 474 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 474 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 475 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 475 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 476 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 476 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 477 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 477 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 478 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 478 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 479 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 479 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 480 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 480 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 481 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 481 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 482 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 482 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 10:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:20:00', '2010-06-29 20:20:00', '1 de enero 2010 a las 10:00', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 10:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (25, 483) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 2', '2010-06-29 20:20:00', '2010-06-29 20:20:00', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 484) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 485) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 486) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 487) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 488) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 489) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 490) Schedular::Time Create (0.7ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 491) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 492) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 493) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 494) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 495) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 496) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 497) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 498) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 499) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 500) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 501) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 502) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 503) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 504) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 505) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 506) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 507) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 508) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 509) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 510) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 511) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 512) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 513) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 514) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 515) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 516) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 517) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 518) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 519) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 520) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 521) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 522) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 523) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 524) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 525) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 526) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 527) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 528) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 529) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 530) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 531) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 532) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 533) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 534) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 535) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 536) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 537) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 538) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 539) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 540) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 541) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (26, 542) SQL (0.2ms) SELECT count(*) AS count_all FROM "schedular_times" WHERE ("schedular_times"."all_day" = 'f')  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 25 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 25 AND time_id IN (483) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 25 Schedular::Time Load (4.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 26 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 26 AND time_id IN (484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 26 Schedular::Time Load (3.2ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 483 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 483 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 484 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 484 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 485 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 485 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 486 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 486 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 487 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 487 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 488 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 488 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 489 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 489 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 490 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 490 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 491 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 491 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 492 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 492 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 493 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 493 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 494 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 494 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 495 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 495 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 496 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 496 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 497 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 497 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 498 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 498 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 499 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 499 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 500 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 500 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 501 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 501 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 502 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 502 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 503 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 503 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 504 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 504 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 505 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 505 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 506 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 506 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 507 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 507 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 508 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 508 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 509 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 509 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 510 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 510 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 511 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 511 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 512 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 512 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 513 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 513 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 514 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 514 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 515 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 515 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 516 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 516 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 517 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 517 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 518 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 518 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 519 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 519 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 520 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 520 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 521 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 521 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 522 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 522 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 523 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 523 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 524 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 524 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 525 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 525 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 526 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 526 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 527 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 527 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 528 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 528 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 529 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 529 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 530 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 530 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 531 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 531 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 532 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 532 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 533 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 533 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 534 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 534 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 535 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 535 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 536 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 536 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 537 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 537 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 538 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 538 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 539 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 539 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 540 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 540 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 541 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 541 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 542 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 542 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 10:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:20:00', '2010-06-29 20:20:00', '1 de enero 2010 a las 10:00', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 10:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (27, 543) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 2', '2010-06-29 20:20:00', '2010-06-29 20:20:00', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 544) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 545) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 546) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 547) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 548) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 549) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 550) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 551) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 552) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 553) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 554) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 555) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 556) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 557) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 558) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 559) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 560) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 561) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 562) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 563) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 564) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 565) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 566) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 567) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 568) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 569) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 570) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 571) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 572) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 573) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 574) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 575) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 576) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 577) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 578) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 579) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 580) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 581) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 582) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 583) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 584) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 585) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 586) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 587) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 588) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 589) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 590) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 591) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 592) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 593) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 594) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 595) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 596) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 597) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 598) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 599) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 600) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 601) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (28, 602) SQL (0.2ms) SELECT count(*) AS count_all FROM "schedular_times" WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02')  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 27 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 27 AND time_id IN (543) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 27 Schedular::Time Load (4.4ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 28 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 28 AND time_id IN (544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 28 Schedular::Time Load (3.2ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 543 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 543 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 544 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 544 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 545 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 545 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 546 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 546 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 547 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 547 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 548 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 548 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 549 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 549 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 550 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 550 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 551 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 551 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 552 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 552 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 553 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 553 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 554 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 554 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 555 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 555 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 556 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 556 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 557 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 557 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 558 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 558 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 559 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 559 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 560 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 560 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 561 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 561 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 562 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 562 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 563 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 563 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 564 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 564 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 565 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 565 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 566 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 566 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 567 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 567 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 568 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 568 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 569 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 569 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 570 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 570 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 571 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 571 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 572 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 572 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 573 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 573 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 574 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 574 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 575 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 575 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 576 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 576 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 577 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 577 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 578 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 578 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 579 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 579 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 580 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 580 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 581 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 581 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 582 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 582 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 583 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 583 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 584 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 584 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 585 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 585 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 586 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 586 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 587 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 587 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 588 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 588 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 589 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 589 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 590 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 590 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 591 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 591 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 592 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 592 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 593 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 593 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 594 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 594 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 595 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 595 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 596 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 596 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 597 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 597 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 598 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 598 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 599 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 599 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 600 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 600 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 601 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 601 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 602 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 602 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 10:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:20:00', '2010-06-29 20:20:00', '1 de enero 2010 a las 10:00', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 10:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (29, 603) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 2', '2010-06-29 20:20:01', '2010-06-29 20:20:01', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 604) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 605) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 606) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 607) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 608) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 609) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 610) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 611) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 612) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 613) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 614) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 615) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 616) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 617) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 618) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 619) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 620) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 621) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 622) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 623) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 624) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 625) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 626) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 627) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 628) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 629) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 630) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 631) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 632) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 633) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 634) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 635) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 636) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 637) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 638) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 639) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 640) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 641) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 642) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 643) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 644) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 645) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 646) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 647) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 648) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 649) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 650) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 651) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 652) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 653) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 654) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 655) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 656) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 657) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 658) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 659) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 660) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 661) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (30, 662) SQL (0.2ms) SELECT count(*) AS count_all FROM "schedular_times" WHERE ("schedular_times"."value" = '2010-01-01 10:00:00')  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 29 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 29 AND time_id IN (603) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 29 Schedular::Time Load (4.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 30 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 30 AND time_id IN (604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 30 Schedular::Time Load (3.2ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 603 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 603 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 604 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 604 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 605 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 605 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 606 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 606 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 607 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 607 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 608 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 608 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 609 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 609 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 610 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 610 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 611 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 611 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 612 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 612 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 613 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 613 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 614 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 614 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 615 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 615 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 616 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 616 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 617 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 617 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 618 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 618 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 619 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 619 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 620 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 620 Schedular::Event Load (0.2ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 621 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 621 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 622 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 622 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 623 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 623 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 624 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 624 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 625 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 625 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 626 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 626 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 627 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 627 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 628 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 628 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 629 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 629 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 630 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 630 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 631 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 631 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 632 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 632 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 633 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 633 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 634 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 634 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 635 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 635 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 636 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 636 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 637 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 637 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 638 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 638 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 639 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 639 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 640 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 640 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 641 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 641 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 642 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 642 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 643 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 643 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 644 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 644 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 645 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 645 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 646 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 646 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 647 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 647 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 648 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 648 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 649 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 649 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 650 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 650 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 651 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 651 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 652 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 652 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 653 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 653 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 654 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 654 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 655 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 655 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 656 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 656 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 657 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 657 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 658 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 658 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 659 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 659 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 660 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 660 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 661 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 661 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 662 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 662 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 10:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:20:01', '2010-06-29 20:20:01', '1 de enero 2010 a las 10:00', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 10:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (31, 663) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 2', '2010-06-29 20:20:01', '2010-06-29 20:20:01', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 664) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 665) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 666) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 667) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 668) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 669) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 670) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 671) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 672) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 673) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 674) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 675) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 676) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 677) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 678) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 679) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 680) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 681) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 682) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 683) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 684) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 685) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 686) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 687) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 688) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 689) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 690) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 691) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 692) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 693) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 694) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 695) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 696) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 697) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 698) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 699) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 700) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 701) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 702) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 703) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 704) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 705) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 706) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 707) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 708) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 709) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 710) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 711) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 712) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 713) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 714) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 715) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 716) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 717) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 718) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 719) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 720) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 721) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (32, 722) SQL (0.2ms) SELECT count(*) AS count_all FROM "schedular_times" WHERE ("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-02-01')  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 31 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 31 AND time_id IN (663) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 31 Schedular::Time Load (4.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 32 )  SQL (0.6ms) DELETE FROM "schedular_events_times" WHERE event_id = 32 AND time_id IN (664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 32 Schedular::Time Load (3.2ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 663 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 663 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 664 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 664 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 665 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 665 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 666 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 666 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 667 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 667 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 668 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 668 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 669 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 669 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 670 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 670 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 671 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 671 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 672 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 672 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 673 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 673 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 674 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 674 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 675 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 675 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 676 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 676 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 677 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 677 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 678 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 678 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 679 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 679 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 680 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 680 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 681 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 681 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 682 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 682 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 683 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 683 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 684 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 684 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 685 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 685 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 686 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 686 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 687 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 687 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 688 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 688 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 689 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 689 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 690 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 690 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 691 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 691 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 692 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 692 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 693 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 693 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 694 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 694 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 695 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 695 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 696 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 696 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 697 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 697 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 698 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 698 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 699 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 699 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 700 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 700 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 701 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 701 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 702 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 702 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 703 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 703 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 704 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 704 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 705 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 705 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 706 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 706 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 707 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 707 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 708 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 708 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 709 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 709 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 710 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 710 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 711 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 711 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 712 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 712 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 713 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 713 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 714 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 714 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 715 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 715 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 716 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 716 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 717 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 717 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 718 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 718 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 719 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 719 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 720 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 720 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 721 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 721 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 722 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 722 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" = '2010-01-01 10:00:00' AND "schedular_times"."all_day" = 'f')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 1', '2010-06-29 20:20:01', '2010-06-29 20:20:01', '1 de enero 2010 a las 10:00', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 10:00:00', 'f') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (33, 723) Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-01' AND '2010-02-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-02' AND '2010-02-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-03' AND '2010-02-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-04' AND '2010-02-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-05' AND '2010-02-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-06' AND '2010-02-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-07' AND '2010-02-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-08' AND '2010-02-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-09' AND '2010-02-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-10' AND '2010-02-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-11' AND '2010-02-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-12' AND '2010-02-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-13' AND '2010-02-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-14' AND '2010-02-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-15' AND '2010-02-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-16' AND '2010-02-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-17' AND '2010-02-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-18' AND '2010-02-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-19' AND '2010-02-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-20' AND '2010-02-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-21' AND '2010-02-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-22' AND '2010-02-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-23' AND '2010-02-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-24' AND '2010-02-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-25' AND '2010-02-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-26' AND '2010-02-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-27' AND '2010-02-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-02-28' AND '2010-03-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-01' AND '2010-01-02' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-02' AND '2010-01-03' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-03' AND '2010-01-04' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-04' AND '2010-01-05' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-05' AND '2010-01-06' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-06' AND '2010-01-07' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-07' AND '2010-01-08' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-08' AND '2010-01-09' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-09' AND '2010-01-10' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-10' AND '2010-01-11' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-11' AND '2010-01-12' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-12' AND '2010-01-13' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-13' AND '2010-01-14' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-14' AND '2010-01-15' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-15' AND '2010-01-16' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-16' AND '2010-01-17' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-17' AND '2010-01-18' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-18' AND '2010-01-19' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-19' AND '2010-01-20' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-20' AND '2010-01-21' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-21' AND '2010-01-22' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-22' AND '2010-01-23' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-23' AND '2010-01-24' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-24' AND '2010-01-25' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-25' AND '2010-01-26' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-26' AND '2010-01-27' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-27' AND '2010-01-28' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-28' AND '2010-01-29' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-29' AND '2010-01-30' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-30' AND '2010-01-31' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Time Load (0.1ms) SELECT * FROM "schedular_times" WHERE (("schedular_times"."value" BETWEEN '2010-01-31' AND '2010-02-01' AND "schedular_times"."all_day" = 't')) LIMIT 1 Schedular::Event Create (0.1ms) INSERT INTO "schedular_events" ("name", "created_at", "updated_at", "dates", "description") VALUES('Evento 2', '2010-06-29 20:20:01', '2010-06-29 20:20:01', 'enero y febrero 2010', NULL) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 724) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 725) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 726) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 727) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 728) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 729) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 730) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 731) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 732) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 733) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 734) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 735) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 736) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 737) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 738) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 739) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 740) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 741) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 742) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 743) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 744) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 745) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 746) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 747) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 748) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 749) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 750) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 751) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-29 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 752) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-30 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 753) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-01-31 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 754) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-01 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 755) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-02 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 756) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-03 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 757) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-04 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 758) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-05 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 759) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-06 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 760) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-07 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 761) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-08 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 762) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-09 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 763) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-10 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 764) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-11 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 765) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-12 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 766) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-13 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 767) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-14 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 768) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-15 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 769) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-16 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 770) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-17 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 771) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-18 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 772) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-19 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 773) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-20 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 774) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-21 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 775) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-22 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 776) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-23 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 777) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-24 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 778) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-25 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 779) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-26 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 780) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-27 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 781) Schedular::Time Create (0.1ms) INSERT INTO "schedular_times" ("value", "all_day") VALUES('2010-02-28 06:00:00', 't') SQL (0.1ms) INSERT INTO "schedular_events_times" ("event_id", "time_id") VALUES (34, 782) SQL (0.1ms) SELECT count(*) AS count_all FROM "schedular_times"  Schedular::Event Load (0.3ms) SELECT * FROM "schedular_events"  Schedular::Time Load (0.2ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 33 )  SQL (0.4ms) DELETE FROM "schedular_events_times" WHERE event_id = 33 AND time_id IN (723) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 33 Schedular::Time Load (4.3ms) SELECT * FROM "schedular_times" INNER JOIN "schedular_events_times" ON "schedular_times".id = "schedular_events_times".time_id WHERE ("schedular_events_times".event_id = 34 )  SQL (0.5ms) DELETE FROM "schedular_events_times" WHERE event_id = 34 AND time_id IN (724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782) Schedular::Event Destroy (0.1ms) DELETE FROM "schedular_events" WHERE "id" = 34 Schedular::Time Load (3.1ms) SELECT * FROM "schedular_times"  Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 723 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 723 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 724 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 724 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 725 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 725 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 726 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 726 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 727 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 727 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 728 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 728 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 729 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 729 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 730 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 730 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 731 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 731 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 732 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 732 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 733 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 733 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 734 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 734 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 735 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 735 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 736 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 736 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 737 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 737 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 738 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 738 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 739 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 739 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 740 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 740 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 741 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 741 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 742 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 742 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 743 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 743 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 744 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 744 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 745 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 745 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 746 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 746 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 747 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 747 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 748 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 748 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 749 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 749 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 750 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 750 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 751 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 751 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 752 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 752 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 753 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 753 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 754 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 754 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 755 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 755 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 756 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 756 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 757 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 757 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 758 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 758 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 759 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 759 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 760 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 760 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 761 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 761 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 762 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 762 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 763 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 763 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 764 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 764 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 765 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 765 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 766 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 766 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 767 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 767 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 768 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 768 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 769 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 769 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 770 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 770 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 771 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 771 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 772 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 772 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 773 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 773 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 774 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 774 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 775 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 775 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 776 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 776 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 777 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 777 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 778 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 778 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 779 )  Schedular::Time Destroy (0.2ms) DELETE FROM "schedular_times" WHERE "id" = 779 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 780 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 780 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 781 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 781 Schedular::Event Load (0.1ms) SELECT * FROM "schedular_events" INNER JOIN "schedular_events_times" ON "schedular_events".id = "schedular_events_times".event_id WHERE ("schedular_events_times".time_id = 782 )  Schedular::Time Destroy (0.1ms) DELETE FROM "schedular_times" WHERE "id" = 782 SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'