Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsiveness #100

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
138 changes: 138 additions & 0 deletions log/development.log
Expand Up @@ -28351,3 +28351,141 @@ Completed 200 OK in 104ms (Views: 100.2ms | ActiveRecord: 1.0ms)
>>>>>>> defaz-datos-iniciales


Started GET "/pacientes_pages/mis_sesiones" for 127.0.0.1 at 2019-03-01 17:45:26 -0600
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Estos conflictos ya no deberian de aparecer ya que esta en .gitignore este archivo, tienes una branch muy vieja, debes de actualizar primero tu branch antes de hacer cambios men.

 (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
Processing by PacientesPagesController#mis_sesiones as HTML
Paciente Load (0.2ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering pacientes_pages/mis_sesiones.html.erb within layouts/application
Sesion Load (0.4ms) SELECT "sesions".* FROM "sesions" WHERE "sesions"."paciente_id" = ? ORDER BY "sesions"."created_at" ASC LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Sesion Load (0.9ms) SELECT "sesions".* FROM "sesions" WHERE "sesions"."paciente_id" = ? ORDER BY "sesions"."created_at" ASC [["paciente_id", 1]]
Nutriologo Load (0.2ms) SELECT "nutriologos".* FROM "nutriologos" WHERE "nutriologos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendered pacientes_pages/mis_sesiones.html.erb within layouts/application (46.5ms)
Dieta Load (0.4ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 682ms (Views: 651.9ms | ActiveRecord: 4.2ms)


Started GET "/pacientes_pages/ver_dietas" for 127.0.0.1 at 2019-03-01 17:53:54 -0600
Processing by PacientesPagesController#ver_dietas as HTML
Paciente Load (0.6ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering pacientes_pages/ver_dietas.html.erb within layouts/application
Rendered pacientes_pages/ver_dietas.html.erb within layouts/application (1.0ms)
Dieta Load (0.1ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 193ms (Views: 182.3ms | ActiveRecord: 0.7ms)


Started GET "/pacientes_pages/programarCita" for 127.0.0.1 at 2019-03-01 17:53:55 -0600
Processing by PacientesPagesController#programarCita as HTML
Paciente Load (0.2ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering pacientes_pages/programarCita.html.erb within layouts/application
 (0.2ms) SELECT COUNT(*) FROM "sesions" INNER JOIN horarios ON horarios.id = sesions.hora_id WHERE "sesions"."paciente_id" = ? AND (horarios.hora_disponible >= '2019-03-01 16:41:55.771142') [["paciente_id", 1]]
Horario Load (0.2ms) SELECT "horarios".* FROM "horarios" WHERE "horarios"."apartada" = ? AND (hora_disponible >= '2019-03-01 16:41:55.792097') [["apartada", "f"]]
Rendered pacientes_pages/programarCita.html.erb within layouts/application (23.2ms)
Dieta Load (0.2ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 131ms (Views: 126.5ms | ActiveRecord: 1.1ms)


Started GET "/documents" for 127.0.0.1 at 2019-03-01 17:53:56 -0600
Processing by DocumentsController#index as HTML
Paciente Load (0.3ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering documents/index.html.erb within layouts/application
Document Load (0.3ms) SELECT "documents".* FROM "documents"
Rendered documents/index.html.erb within layouts/application (2.7ms)
Dieta Load (0.1ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 117ms (Views: 106.7ms | ActiveRecord: 1.1ms)


Started GET "/pacientes_pages/mis_sesiones" for 127.0.0.1 at 2019-03-01 17:53:57 -0600
Processing by PacientesPagesController#mis_sesiones as HTML
Paciente Load (0.3ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering pacientes_pages/mis_sesiones.html.erb within layouts/application
Sesion Load (0.4ms) SELECT "sesions".* FROM "sesions" WHERE "sesions"."paciente_id" = ? ORDER BY "sesions"."created_at" ASC LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Sesion Load (0.2ms) SELECT "sesions".* FROM "sesions" WHERE "sesions"."paciente_id" = ? ORDER BY "sesions"."created_at" ASC [["paciente_id", 1]]
Nutriologo Load (0.1ms) SELECT "nutriologos".* FROM "nutriologos" WHERE "nutriologos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendered pacientes_pages/mis_sesiones.html.erb within layouts/application (13.9ms)
Dieta Load (0.1ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 150ms (Views: 145.6ms | ActiveRecord: 1.1ms)


Started GET "/pacientes_pages/ver_metas" for 127.0.0.1 at 2019-03-01 17:53:59 -0600
Processing by PacientesPagesController#ver_metas as HTML
Paciente Load (0.2ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering pacientes_pages/ver_metas.html.erb within layouts/application
 (0.1ms) SELECT COUNT(*) FROM "meta" WHERE "meta"."paciente_id" = ? [["paciente_id", 1]]
Meta Load (0.2ms) SELECT "meta".* FROM "meta" WHERE "meta"."paciente_id" = ? ORDER BY "meta"."cumplida" ASC [["paciente_id", 1]]
Rendered pacientes_pages/ver_metas.html.erb within layouts/application (4.2ms)
Dieta Load (0.1ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 171ms (Views: 166.7ms | ActiveRecord: 0.9ms)


Started GET "/pacientes_pages/programarCita" for 127.0.0.1 at 2019-03-01 18:03:13 -0600
Processing by PacientesPagesController#programarCita as HTML
Paciente Load (0.3ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering pacientes_pages/programarCita.html.erb within layouts/application
 (0.2ms) SELECT COUNT(*) FROM "sesions" INNER JOIN horarios ON horarios.id = sesions.hora_id WHERE "sesions"."paciente_id" = ? AND (horarios.hora_disponible >= '2019-03-01 16:51:13.210539') [["paciente_id", 1]]
Horario Load (0.1ms) SELECT "horarios".* FROM "horarios" WHERE "horarios"."apartada" = ? AND (hora_disponible >= '2019-03-01 16:51:13.212049') [["apartada", "f"]]
Rendered pacientes_pages/programarCita.html.erb within layouts/application (3.8ms)
Dieta Load (0.2ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 145ms (Views: 142.1ms | ActiveRecord: 0.8ms)


Started GET "/pacientes_pages/ver_dietas" for 127.0.0.1 at 2019-03-01 18:03:14 -0600
Processing by PacientesPagesController#ver_dietas as HTML
Paciente Load (2.5ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering pacientes_pages/ver_dietas.html.erb within layouts/application
Rendered pacientes_pages/ver_dietas.html.erb within layouts/application (0.9ms)
Dieta Load (0.1ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 173ms (Views: 167.2ms | ActiveRecord: 2.6ms)


Started GET "/documents" for 127.0.0.1 at 2019-03-01 18:03:14 -0600
Processing by DocumentsController#index as HTML
Paciente Load (0.3ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering documents/index.html.erb within layouts/application
Document Load (0.6ms) SELECT "documents".* FROM "documents"
Rendered documents/index.html.erb within layouts/application (3.6ms)
Dieta Load (0.1ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 371ms (Views: 367.1ms | ActiveRecord: 1.0ms)


Started GET "/pacientes_pages/mis_sesiones" for 127.0.0.1 at 2019-03-01 18:03:15 -0600
Processing by PacientesPagesController#mis_sesiones as HTML
Paciente Load (0.3ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering pacientes_pages/mis_sesiones.html.erb within layouts/application
Sesion Load (0.8ms) SELECT "sesions".* FROM "sesions" WHERE "sesions"."paciente_id" = ? ORDER BY "sesions"."created_at" ASC LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Sesion Load (0.3ms) SELECT "sesions".* FROM "sesions" WHERE "sesions"."paciente_id" = ? ORDER BY "sesions"."created_at" ASC [["paciente_id", 1]]
Nutriologo Load (0.3ms) SELECT "nutriologos".* FROM "nutriologos" WHERE "nutriologos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendered pacientes_pages/mis_sesiones.html.erb within layouts/application (13.0ms)
Dieta Load (0.1ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 272ms (Views: 266.3ms | ActiveRecord: 1.8ms)


Started GET "/pacientes_pages/mis_sesiones" for 127.0.0.1 at 2019-03-01 18:04:41 -0600
Processing by PacientesPagesController#mis_sesiones as HTML
Paciente Load (0.2ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering pacientes_pages/mis_sesiones.html.erb within layouts/application
Sesion Load (0.5ms) SELECT "sesions".* FROM "sesions" WHERE "sesions"."paciente_id" = ? ORDER BY "sesions"."created_at" ASC LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Sesion Load (0.2ms) SELECT "sesions".* FROM "sesions" WHERE "sesions"."paciente_id" = ? ORDER BY "sesions"."created_at" ASC [["paciente_id", 1]]
Nutriologo Load (0.8ms) SELECT "nutriologos".* FROM "nutriologos" WHERE "nutriologos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendered pacientes_pages/mis_sesiones.html.erb within layouts/application (7.9ms)
Dieta Load (0.1ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 252ms (Views: 247.0ms | ActiveRecord: 1.9ms)


Started GET "/pacientes_pages/ver_dietas" for 127.0.0.1 at 2019-03-01 18:04:45 -0600
Processing by PacientesPagesController#ver_dietas as HTML
Paciente Load (0.2ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering pacientes_pages/ver_dietas.html.erb within layouts/application
Rendered pacientes_pages/ver_dietas.html.erb within layouts/application (0.4ms)
Dieta Load (0.1ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 203ms (Views: 198.2ms | ActiveRecord: 0.3ms)


Started GET "/pacientes_pages/ver_dietas" for 127.0.0.1 at 2019-03-01 18:04:52 -0600
Processing by PacientesPagesController#ver_dietas as HTML
Paciente Load (0.2ms) SELECT "pacientes".* FROM "pacientes" WHERE "pacientes"."id" = ? ORDER BY "pacientes"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]]
Rendering pacientes_pages/ver_dietas.html.erb within layouts/application
Rendered pacientes_pages/ver_dietas.html.erb within layouts/application (0.5ms)
Dieta Load (0.2ms) SELECT "dieta".* FROM "dieta" WHERE "dieta"."paciente_id" = ? LIMIT ? [["paciente_id", 1], ["LIMIT", 1]]
Completed 200 OK in 180ms (Views: 173.6ms | ActiveRecord: 0.4ms)